Indicates whether the current index is equal to another index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool Equals(
Index<T> other
)
Public Overridable Function Equals (
other As Index(Of T)
) As Boolean
public:
virtual bool Equals(
Index<T>^ other
)
abstract Equals :
other : Index<'T> -> bool
override Equals :
other : Index<'T> -> bool
Parameters
- other
- Type: Extreme.DataAnalysisIndexT
The index to compare to.
Return Value
Type:
Boolean if both indexes have the same elements; otherwise
.
Implements
IEquatableTEquals(T)
Reference