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

# ==(_:_:)

Returns a Boolean value indicating whether two reference objects are equal.

## Declaration

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

## Parameters

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

## Return Value

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