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

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

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public bool Equals(
        AreaMeasurementUnit other
    )

    Parameters

    Name Type Description
    other AreaMeasurementUnit

    An AreaMeasureUnit 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