---
title: "==(_:_:)"
framework: groupactivities
role: symbol
role_heading: Operator
path: "groupactivities/spatialtemplateseatelement/==(_:_:)"
---

# ==(_:_:)

Returns a Boolean value that indicates whether two values are equal.

## Declaration

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

## Parameters

- `lhs`: The first value.
- `rhs`: The second value.
