equals method

equals

Compare with other TextSpan

Returns

The if both TextSpan are equal.

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

See Also