Point.Equals Method (Point)
[ 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
- value
- Type: System.Windows.Point
The point to compare to this instance.
Return Value
Type: System.Booleantrue if both Point structures contain the same X and Y values; otherwise, false.
Show:
Note: