TextSpan.CompareTo

TextSpan.CompareTo method

Compare with other TextSpan

public int CompareTo(TextSpan other)
ParameterTypeDescription
otherTextSpanThe other TextSpan.

Return Value

The start position of difference.

See Also