==(_:_:)
Returns a Boolean that indicates whether the rows are equal.
Declaration
static func == (lhs: DataFrame.Row, rhs: DataFrame.Row) -> BoolParameters
- lhs:
A row.
- rhs:
Another row.
Returns a Boolean that indicates whether the rows are equal.
static func == (lhs: DataFrame.Row, rhs: DataFrame.Row) -> BoolA row.
Another row.