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

# ==(_:_:)

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

## Declaration

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

## Parameters

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

## Return Value

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