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

MeasureUnit.Equality(MeasureUnit, MeasureUnit) Operator

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.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 equality.

b MeasureUnit

The second object to check equality.

Returns

Type Description
Boolean

true if passed objects are equal; otherwise false.

See Also