[]
        
(Showing Draft Content)

C1.Win.C1Editor.C1TextPointer.op_Inequality

operator != Operator

operator !=(C1TextPointer, C1TextPointer)

The inequality operator (!=) returns False if its operands of C1TextPointer type are equal; otherwise, it returns True.

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

Returns True if two specified objects of C1TextPointer type are not equal; otherwise, it returns False.