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

# ==(_:_:)

Returns a Boolean that indicates whether the rows are equal.

## Declaration

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

## Parameters

- `lhs`: A row.
- `rhs`: Another row.
