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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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