Operator operator !=
- Namespace
 - Bonsai
 
- Assembly
 - Bonsai.Core.dll
 
operator !=(Range<TValue>, Range<TValue>)
Tests whether two Range<TValue> objects are different.
public static bool operator !=(Range<TValue> left, Range<TValue> right)
Parameters
leftRange<TValue>The Range<TValue> object on the left-hand side of the inequality operator.
rightRange<TValue>The Range<TValue> object on the right-hand side of the inequality operator.