Skip to main content
All docs
V25.1
  • MapPoint.Equals(MapPoint) Method

    Indicates whether the current object is equal to another object of the MapPoint type.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public bool Equals(
        MapPoint other
    )

    Parameters

    Name Type Description
    other MapPoint

    An object to compare with the current object.

    Returns

    Type Description
    Boolean

    true if the current object is equal to the other parameter; otherwise, false.

    See Also