compare_to method

compare_to

Compare with other TextSpan

Returns

The start position of difference.

def compare_to(self, other):
    ...
ParameterTypeDescription
otherTextSpanThe other TextSpan.

See Also