Skip to main content
A newer version of this page is available. .

PaddingInfo.Equals(PaddingInfo) Method

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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