DocumentPosition.LessThan(DocumentPosition, DocumentPosition) Operator
Evaluates two DocumentPosition instances to determine whether one instance is less than the other.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| pos1 | DocumentPosition | The first DocumentPosition instance to compare. |
| pos2 | DocumentPosition | The second DocumentPosition instance to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the left object is less than right; otherwise, false. |
See Also