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.v24.2.dll
Declaration
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