Inequality Operator
Inequality(Int32Point, Int32Point)
Compares two Int32Point objects. The result specifies whether the values of the X or Y properties of the two Int32Point objects are unequal.
Declaration
public static bool operator !=(Int32Point left, Int32Point right)
Parameters
| Type | Name | Description | 
|---|---|---|
| Int32Point | left | |
| Int32Point | right | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |