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

# ==(_:_:)

Returns a Boolean value indicating whether two accessories are equal.

## Declaration

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

## Parameters

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

## Return Value

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