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.2.dll
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