Back to Devexpress

DocumentPosition Operators

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentposition-dot-underscore-operators.md

latest2.8 KB
Original Source

DocumentPosition Operators

A position within a document.

NameDescription
Equality(DocumentPosition, DocumentPosition) staticCompares two DocumentPosition objects for equality.
GreaterThan(DocumentPosition, DocumentPosition) staticEvaluates two DocumentPosition instances to determine if one instance is greater than the other.
GreaterThanOrEqual(DocumentPosition, DocumentPosition) staticEvaluates two DocumentPosition instances to determine whether one instance is greater than or equal to the other.
Inequality(DocumentPosition, DocumentPosition) staticCompares two DocumentPosition objects to determine whether they are not equal.
LessThan(DocumentPosition, DocumentPosition) staticEvaluates two DocumentPosition instances to determine whether one instance is less than the other.
LessThanOrEqual(DocumentPosition, DocumentPosition) staticEvaluates two DocumentPosition instances to determine whether one instance is less than or equal to the other.

See Also

DocumentPosition Class

DocumentPosition Members

DevExpress.XtraRichEdit.API.Native Namespace