Skip to main content
All docs
V25.1
  • AreaMeasurementUnit.Inequality(AreaMeasurementUnit, AreaMeasurementUnit) Operator

    Compares two AreaMeasurementUnit objects. The result specifies whether these objects are unequal.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public static bool operator !=(AreaMeasurementUnit a, AreaMeasurementUnit b)

    Parameters

    Name Type Description
    a AreaMeasurementUnit

    The first object to check inequality.

    b AreaMeasurementUnit

    The second object to check inequality.

    Returns

    Type Description
    Boolean

    true, if passed objects are not equal; otherwise, false.

    See Also