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

# ==(_:_:)

Returns a Boolean that indicates whether the slices are equal.

## Declaration

```swift
static func == (lhs: DataFrame.Slice, rhs: DataFrame.Slice) -> Bool
```

## Parameters

- `lhs`: A data frame slice.
- `rhs`: Another data frame slice.
