Table of Contents

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

left Range<TValue>

The Range<TValue> object on the left-hand side of the inequality operator.

right Range<TValue>

The Range<TValue> object on the right-hand side of the inequality operator.

Returns

bool

true if left and right differ either in their lower or upper bounds; false if left and right are equal.