Data Frame Row<R, C>.Equals Method
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Equals( | Compares two data frame rows for equality. |
Equals( | Determines whether the specified object is equal to the current object. |
Equals(DataFrameRow<R, C>)
Compares two data frame rows for equality.
public bool Equals(
DataFrameRow<R, C> other
)
Parameters
- other DataFrameRow<R, C>
- A data frame row.
Return Value
Booleantrue if other is not null, the column index of both rows are equal, and the corresponding elements of each row are equal; otherwise false.