Index<T>.Equals Method

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

Equals(Index<T>) Indicates whether the current index is equal to another index.
Equals(Object)Determines whether the specified object is equal to the current object.

Index<T>.Equals(Index<T>)

Indicates whether the current index is equal to another index.
C#
public virtual bool Equals(
	Index<T> other
)

Parameters

other  Index<T>
The index to compare to.

Return Value

Boolean
true if both indexes have the same elements; otherwise false.

Implements

IEquatable<T>.Equals(T)

See Also