Operator operator !=
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.