Point.Equality 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 equality.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- point1
- Type: System.Windows.Point
The first Point structure to compare.
- point2
- Type: System.Windows.Point
The second Point structure to compare.
Return Value
Type: System.Booleantrue if both the X and Y values of point1 and point2 are equal; otherwise, false.
Show:
Note: