DocumentFormat.Equality(DocumentFormat, DocumentFormat) Operator
Compares two DocumentFormat structures for equality.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
id1 | DocumentFormat | The first DocumentFormat instance to compare. |
id2 | DocumentFormat | The second DocumentFormat instance to compare. |
Returns
Type | Description |
---|---|
Boolean | true, if two DocumentFormat objects are equal; otherwise, false. |
See Also