Index<T>.Equals Method
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
Overload List
| Equals( | Indicates whether the current index is equal to another index. |
| Equals( | Determines whether the specified object is equal to the current object. |
Equals(Index<T>)
Indicates whether the current index is equal to another index.
public virtual bool Equals(
Index<T> other
)Parameters
Return Value
Booleantrue if both indexes have the same elements; otherwise false.
Implements
IEquatable<T>.Equals(T)Equals(Object)
Determines whether the specified object is equal to the current object.
public override bool Equals(
Object obj
)Parameters
- obj Object
- The object to compare with the current object.
Return Value
Booleantrue if the specified object is equal to the current object; otherwise, false.