MapPoint.Equals(MapPoint, MapPoint) Method
Determines whether the two specified MapPoint objects are equal.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
Point1 | MapPoint | A MapPoint instance that specifies the first map point to compare. |
Point2 | MapPoint | A MapPoint instance that specifies the second map point to compare. |
Returns
Type | Description |
---|---|
Boolean | true if specified objects are equal; otherwise false. |
Remarks
Two MapPoint objects are considered equal if their MapPoint.X and MapPoint.Y property values are equal.
See Also