Table of Contents

Operator operator !=

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

operator !=(ElementIndex<T>, ElementIndex<T>)

Tests whether two ElementIndex<T> structures are different.

public static bool operator !=(ElementIndex<T> left, ElementIndex<T> right)

Parameters

left ElementIndex<T>

The ElementIndex<T> structure on the left-hand side of the inequality operator.

right ElementIndex<T>

The ElementIndex<T> structure on the right-hand side of the inequality operator.

Returns

bool

true if left and right differ either in value or index; false if left and right are equal.