IndexRange Inequality operator

Compares two instances for inequality.

public static bool operator !=(IndexRange left, IndexRange right)
parameter description
left The left instance.
right The right instance.

Return Value

true if the instances are not equal; otherwise, false.

See Also