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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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