Point::Inequality Operator (Point, Point)
.NET Framework (current version)
Compares two Point objects. The result specifies whether the values of the X or Y properties of the two Point objects are unequal.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- left
-
Type:
System.Drawing::Point
A Point to compare.
- right
-
Type:
System.Drawing::Point
A Point to compare.
Return Value
Type: System::Booleantrue if the values of either the X properties or the Y properties of left and right differ; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: