DocumentFormat.Equality(DocumentFormat, DocumentFormat) Operator
Compares two DocumentFormat objects for equality.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
id1 | DocumentFormat | The first DocumentFormat object to compare. |
id2 | DocumentFormat | The second DocumentFormat object to compare. |
Returns
Type | Description |
---|---|
Boolean | True, if two DocumentFormat objects are equal; otherwise, false. |
See Also