Skip to main content

MapUnit.Equals(MapUnit) Method

Indicates whether the current object is equal to another object of the MapUnit type.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public bool Equals(
    MapUnit other
)

Parameters

Name Type Description
other MapUnit

An object to compare with the current object.

Returns

Type Description
Boolean

true if the current object is equal to the other parameter; otherwise, false.

See Also