DocumentPosition.Inequality(DocumentPosition, DocumentPosition) Operator
Compares two DocumentPosition objects to determine whether they are not equal.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
pos1 | DocumentPosition | The first DocumentPosition object to compare. |
pos2 | DocumentPosition | The second DocumentPosition object to compare. |
Returns
Type | Description |
---|---|
Boolean | true, if two DocumentExportCapabilities objects are not equal; otherwise, false. |
See Also