Contents

==(_:_:)

Returns a Boolean that indicates whether the columns are equal.

Declaration

static func == (lhs: AnyColumn, rhs: AnyColumn) -> Bool

Parameters

  • lhs:

    A type-erased column.

  • rhs:

    Another type-erased column.