---
title: "contains(_:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/boundingbox/contains(_:)"
---

# contains(_:)

Checks whether the bounding box contains the specified bounds.

## Declaration

```swift
func contains(_ boundingBox: BoundingBox) -> Bool
```

## Return Value

Return Value A Boolean that’s true if the box contains the specified bounds.
