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

# ==(_:_:)

Returns a Boolean value indicating whether two image anchors are equal.

## Declaration

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

## Parameters

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

## Return Value

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