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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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