---
title: "==(_:_:)"
framework: realitykit
role: symbol
role_heading: Operator
path: "realitykit/jointtransforms/==(_:_:)"
---

# ==(_:_:)

Returns a Boolean value that indicates whether two collections of joints are equal.

## Declaration

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

## Parameters

- `lhs`: The collection of joints on the left side of the operator.
- `rhs`: The collection of joints on the right side of the operator.

## Return Value

Return Value Returns true if the two collections of joints are equal. Otherwise, returns false.
