==(_:_:)
Returns a Boolean that indicates whether the columns are equal.
Declaration
static func == (lhs: AnyColumn, rhs: AnyColumn) -> BoolParameters
- lhs:
A type-erased column.
- rhs:
Another type-erased column.
Returns a Boolean that indicates whether the columns are equal.
static func == (lhs: AnyColumn, rhs: AnyColumn) -> BoolA type-erased column.
Another type-erased column.