Skip to main content
All docs
V23.2

TreeMapPadding.Equals(TreeMapPadding) Method

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public bool Equals(
    TreeMapPadding other
)

Parameters

Name Type Description
other TreeMapPadding

The object that is compared with the current padding 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