[]
        
(Showing Draft Content)

C1.Win.C1Editor.C1TextPointer.op_LessThanOrEqual

operator <= Operator

operator <=(C1TextPointer, C1TextPointer)

Checks to see whether this text pointer's position is to the left of or is equal to another text pointer's position.

Declaration
public static bool operator <=(C1TextPointer markupPointer1, C1TextPointer markupPointer2)
Parameters
Type Name Description
C1TextPointer markupPointer1

The first text pointer to compare.

C1TextPointer markupPointer2

The second text pointer to compare.

Returns
Type Description
bool

True if the first pointer is to the left of or is equal to the second pointer, otherwise false.