Skip to main content
All docs
V25.1
  • 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.v25.1.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