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

# ==(_:_:)

Indicates whether two synchronization components are equal.

## Declaration

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

## Parameters

- `lhs`: The first synchronization component to compare.
- `rhs`: The second synchronization component to compare.

## Return Value

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