Contents

==(_:_:)

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

Declaration

static func == (lhs: AnyColumnSlice, rhs: AnyColumnSlice) -> Bool

Parameters

  • lhs:

    A type-erased column slice.

  • rhs:

    Another type-erased column slice.