DocumentFormat.Inequality(DocumentFormat, DocumentFormat) Operator
Compares two DocumentFormat objects to determine whether they are not equal.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
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 not equal; otherwise, false. |
See Also