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

# ==(_:_:)

Indicates whether two bounding boxes are equal.

## Declaration

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

## Parameters

- `lhs`: The first box to compare.
- `rhs`: The second box to compare.

## Return Value

Return Value A Boolean value set to true if the two boxes are equal.
