Compares two data frame rows for equality.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool Equals(
DataFrameRow<R, C> other
)
Public Function Equals (
other As DataFrameRow(Of R, C)
) As Boolean
public:
virtual bool Equals(
DataFrameRow<R, C>^ other
) sealed
abstract Equals :
other : DataFrameRow<'R, 'C> -> bool
override Equals :
other : DataFrameRow<'R, 'C> -> bool
Parameters
- other
- Type: Extreme.DataAnalysisDataFrameRowR, C
A data frame row.
Return Value
Type:
Boolean if
other is not
,
the column index of both rows are equal, and the corresponding elements
of each row are equal; otherwise
.
Implements
IEquatableTEquals(T)
Reference