DocumentPosition.LessThanOrEqual(DocumentPosition, DocumentPosition) Operator
In This Article
Evaluates two DocumentPosition instances to determine whether one instance is less than or equal to the other.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public static bool operator <=(DocumentPosition pos1, DocumentPosition pos2)
#Parameters
Name | Type | Description |
---|---|---|
pos1 | Document |
The first Document |
pos2 | Document |
The second Document |
#Returns
Type | Description |
---|---|
Boolean | true, if the first Document |
See Also