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