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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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