TextSpan.op_Inequality

TextSpan Inequality operator

Overrides the != operator

public static bool operator !=(TextSpan left, TextSpan right)
ParameterTypeDescription
leftTextSpanThe left text span.
rightTextSpanThe right text span.

Return Value

True if the left not equal the right.

See Also