Skip to main content
All docs
V23.2

TreeMapPadding.Equals(Object) Method

Determines whether the current object has the same settings as the object passed in the method parameters.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public override bool Equals(
    object other
)

Parameters

Name Type Description
other Object

The object that is compared with the current object.

Returns

Type Description
Boolean

true if the object specified by the parameter has the same settings as the current object; otherwise, false.

See Also