Skip to main content
A newer version of this page is available. .

MapPoint.Equals(MapPoint, MapPoint) Method

Determines whether the two specified MapPoint objects are equal.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public static bool Equals(
    MapPoint Point1,
    MapPoint Point2
)

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