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

# ==(_:_:)

Returns a Boolean value indicating whether two hand skeleton joints are equal.

## Declaration

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

## Parameters

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

## Return Value

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