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

# ==(_:_:)

Indicates whether two animation playback controllers are equal.

## Declaration

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

## Parameters

- `lhs`: The first controller to compare.
- `rhs`: The second controller to compare.

## Return Value

Return Value A Boolean value set to true if the two controllers are equal.
