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

# ==(_:_:)

Returns a Boolean value indicating whether two axis-aligned bounding boxes are equal.

## Declaration

```swift
static func == (lhs: ObjectAnchor.AxisAlignedBoundingBox, rhs: ObjectAnchor.AxisAlignedBoundingBox) -> Bool
```

## Parameters

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

## Return Value

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