Contents

==(_:_:)

Returns a Boolean that indicates whether the rows are equal.

Declaration

static func == (lhs: DataFrame.Row, rhs: DataFrame.Row) -> Bool

Parameters

  • lhs:

    A row.

  • rhs:

    Another row.