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

# ==(_:_:)

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

## Declaration

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

## Parameters

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