Contents

==(_:_:)

Returns a Boolean that indicates whether the column slices are equal.

Declaration

static func == (lhs: ColumnSlice<WrappedElement>, rhs: ColumnSlice<WrappedElement>) -> Bool

Parameters

  • lhs:

    A typed column slice.

  • rhs:

    Another typed column slice.