==(_:_:)
Returns a Boolean that indicates whether the column slices are equal.
Declaration
static func == (lhs: ColumnSlice<WrappedElement>, rhs: ColumnSlice<WrappedElement>) -> BoolParameters
- lhs:
A typed column slice.
- rhs:
Another typed column slice.