Skip to main content
All docs
V26.1
  • Padding.Equals(Padding) Method

    Determines whether the specified Padding object is equal to the current Padding object.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public readonly bool Equals(
        Padding other
    )

    Parameters

    Name Type Description
    other Padding

    The Padding object to compare with the current Padding object.

    Returns

    Type Description
    Boolean

    true if the specified Padding object is equal to the current Padding object; otherwise, false.

    Implements

    See Also