---
title: "==(_:_:)"
framework: tabulardata
role: symbol
role_heading: Operator
path: "tabulardata/columnslice/==(_:_:)"
---

# ==(_:_:)

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

## Declaration

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

## Parameters

- `lhs`: A typed column slice.
- `rhs`: Another typed column slice.
