Index<T>.Equals Method

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

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

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)

Equals(Object)

C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
 

Return Value

Boolean

See Also