Skip to main content
A newer version of this page is available. .
All docs
V21.1

AreaMeasurementUnit.Equals(Object) Method

Indicates whether the current object is equal to another object.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public override bool Equals(
    object obj
)

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