TextSpan.Equals

Equals(TextSpan)

Compare with other TextSpan

public bool Equals(TextSpan other)
ParameterTypeDescription
otherTextSpanThe other TextSpan

Return Value

The if both TextSpan are equal.

See Also


Equals(object)

Compare with other object

public bool Equals(object obj)
ParameterTypeDescription
objObjectThe other object

Return Value

The if both TextSpan are equal.

See Also