==(_:_:)
Returns a Boolean array that indicates whether the value is equal to the corresponding element of a column type.
Declaration
static func == (lhs: Self.Element, rhs: Self) -> [Bool]Return Value
A Boolean array.
Discussion
lhs: A value of the same type as the column.
rhs: A column type.