Skip to main content
All docs
V26.1
  • Padding.Equality(Padding, Padding) Operator

    Determines whether two Padding objects are equal.

    Namespace: DevExpress.Docs

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

    Declaration

    public static bool operator ==(Padding pad1, Padding pad2)

    Parameters

    Name Type Description
    pad1 Padding

    The first Padding object to compare.

    pad2 Padding

    The second Padding object to compare.

    Returns

    Type Description
    Boolean

    true if the two Padding objects are equal; otherwise, false.

    See Also