---
title: "==(_:_:)"
framework: arkit
role: symbol
role_heading: Operator
path: "arkit/referenceobject/configuration/==(_:_:)"
---

# ==(_:_:)

Returns a Boolean value indicating whether two configurations are equal.

## Declaration

```swift
static func == (lhs: ReferenceObject.Configuration, rhs: ReferenceObject.Configuration) -> Bool
```

## Parameters

- `lhs`: The left-hand side configuration to compare.
- `rhs`: The right-hand side configuration to compare.

## Return Value

Return Value true if the two configurations are equal; otherwise, false.
