AreaMeasurementUnit.Equals(Object) Method
Indicates whether the current object is equal to another object.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | An object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the current object is equal to the obj parameter; otherwise, false. |
See Also