[]
Checks to see whether this text pointer's position is to the left of another text pointer's position.
public static bool operator <(C1TextPointer markupPointer1, C1TextPointer markupPointer2)
Public Shared Operator <(markupPointer1 As C1TextPointer, markupPointer2 As C1TextPointer) As Boolean
| Type | Name | Description |
|---|---|---|
| C1TextPointer | markupPointer1 | The first text pointer to compare. |
| C1TextPointer | markupPointer2 | The second text pointer to compare. |
| Type | Description |
|---|---|
| bool | True if the first pointer is to the left of the second pointer, otherwise false. |