DocumentPosition.GreaterThanOrEqual(DocumentPosition, DocumentPosition) Operator
Evaluates two DocumentPosition instances to determine whether one instance is greater than or equal to the other.
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 the left object is greater than or equal to the right object; otherwise false. |
See Also