PaddingInfo.Equals(PaddingInfo) Method
Determines whether or not the specified object is equal to the current PaddingInfo instance.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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