Point.op_Inequality
Point Inequality operator
Compares two Point objects. The result specifies whether the values of the X or Y properties of the two Point objects are unequal.
public static bool operator !=(Point left, Point right)
Parameter | Type | Description |
---|---|---|
left | Point | First Point to compare. |
right | Point | Second Point to compare. |
Return Value
true if the values of either the X properties or the Y properties of left and right differ; otherwise, false.
See Also
- struct Point
- namespace System.Drawing
- assembly Aspose.Drawing