RelativePosition Structure
<< Click to Display Table of Contents >> NShape Reference
|
Tests inequality of two RelativePosition values.
public static bool operator !=(RelativePosition x, RelativePosition y); |
Tests inequality of the given values by comparing their internal integer value.
Name |
Description |
---|---|
x |
The first RelativePosition value to be compared. |
y |
The second RelativePosition value to be compared. |
True if the given values are not equal.