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

# ==(_:_:)

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

## Declaration

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

## Parameters

- `lhs`: A type-erased column slice.
- `rhs`: Another type-erased column slice.
