Point.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares two Point structures for inequality
Assembly: System.Windows (in System.Windows.dll)
Parameters
- point1
- Type: System.Windows.Point
The first point to compare.
- point2
- Type: System.Windows.Point
The second point to compare.
Return Value
Type: System.Booleantrue if point1 and point2 have different X or Y values; false if point1 and point2 have the same X and Y values.
Show:
Note: