---
title: "==(_:_:)"
framework: realitykit
role: symbol
role_heading: Operator
path: "realitykit/actionentityresolution/==(_:_:)"
---

# ==(_:_:)

Indicates whether two action entity resolutions are equal.

## Declaration

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

## Parameters

- `lhs`: The first action entity resolution to compare.
- `rhs`: The second action entity resolution to compare.

## Return Value

Return Value A Boolean value set to true if the action entity resolutions are equal.
