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.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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