RangePosition
An enumeration of possible values for position comparisons in a range object.
After = 1
The position of the given point to the other point is after.
Before = -1
The position of the given point to the other point is before.
Equal = 0
The position of the given point to the other point is equal.