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

# ==(_:_:)

Returns a Boolean that indicates whether the data frames are equal.

## Declaration

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

## Parameters

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