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