Skip to main content

PaddingInfo.Equals(PaddingInfo) Method

Determines whether or not the specified object is equal to the current PaddingInfo instance.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public bool Equals(
    PaddingInfo other
)

Parameters

Name Type Description
other PaddingInfo

The object to compare with the current object.

Returns

Type Description
Boolean

true if the specified object is equal to the current PaddingInfo instance; otherwise false.

Remarks

Two PaddingInfo objects are considered equal if all the values of their properties are the same.

See Also