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
left
ElementIndex<T>The ElementIndex<T> structure on the left-hand side of the equality operator.
right
ElementIndex<T>The ElementIndex<T> structure on the right-hand side of the equality operator.