Point.Equals Method (Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified object is a Point and whether it contains the same values as this Point.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- o
- Type: System.Object
The object to compare.
Return Value
Type: System.Booleantrue if obj is a Point and contains the same X and Y values as this Point; otherwise, false.
Show:
Note: