'Declaration Public Operator =( _ ByVal markupPointer1 As C1TextPointer, _ ByVal markupPointer2 As C1TextPointer _ ) As System.Boolean
public System.bool operator ==( C1TextPointer markupPointer1, C1TextPointer markupPointer2 )
Parameters
- markupPointer1
- The first text pointer to compare.
- markupPointer2
- The second text pointer to compare.
Return Value
Returns True if two C1TextPointer operands are equal; otherwise, it returns False.