The C1TextPointer type exposes the following members.

Methods

  NameDescription
EqualsOverloaded.
GetHashCode
Returns the hash code for this instance.
(Overrides Object..::.GetHashCode()()().)
Move
Moves this C1TextPointer object by 'count' number of units.
MoveTo
Moves this C1TextPointer object to another pointer's location.

Operators

  NameDescription
Equality
The equality operator (==) compares two C1TextPointer operands and returns True if the C1TextPointer operands are equal; otherwise, it returns False.
GreaterThan
Checks to see whether this text pointer's position is to the right of another text pointer's position.
GreaterThanOrEqual
Checks to see whether this text pointer's position is to the right of or is equal to another text pointer's position.
Inequality
The inequality operator (!=) returns False if its operands of C1TextPointer type are equal; otherwise, it returns True.
LessThan
Checks to see whether this text pointer's position is to the left of another text pointer's position.
LessThanOrEqual
Checks to see whether this text pointer's position is to the left of or is equal to another text pointer's position.

See Also