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

# ==(_:_:)

Returns a Boolean value that indicates whether two environment-lighting configuration components are equal.

## Declaration

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

## Parameters

- `lhs`: An environment-lighting configuration component.
- `rhs`: Another environment-lighting configuration component.
