Table of Contents

Operator operator ==

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

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.

Returns

bool

true if left and right have equal value and index; otherwise, false.