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

# contains(_:)

Returns a Boolean value that indicates whether the entity contains the specified volumetric entity.

## Declaration

```swift
func contains(_ other: Self) -> Bool
```

## Parameters

- `other`: The second primitive.

## Discussion

Discussion Returns A Boolean value that indicates whether the entity contains the specified volumetric entity.
