Skip to main content

MeasureUnit.Inequality(MeasureUnit, MeasureUnit) Operator

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

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

Parameters

Name Type Description
a MeasureUnit

The first object to check inequality.

b MeasureUnit

The second object to check inequality.

Returns

Type Description
Boolean

true if passed objects are different; otherwise false.

See Also