Operator operator ==
operator ==(ElementIndex<T>, ElementIndex<T>)
Tests whether two ElementIndex<T> structures are equal.
public static bool operator ==(ElementIndex<T> left, ElementIndex<T> right)
Parameters
leftElementIndex<T>The ElementIndex<T> structure on the left-hand side of the equality operator.
rightElementIndex<T>The ElementIndex<T> structure on the right-hand side of the equality operator.