---
title: "isHolding(_:)"
framework: usdkit
role: symbol
role_heading: Instance Method
path: "usdkit/usdvalue/isholding(_:)"
---

# isHolding(_:)

Returns whether this value holds a value of type T.

## Declaration

```swift
func isHolding<T>(_ type: T.Type) -> Bool where T : USDValueProtocol
```

## See Also

### Accessing the value

- [get()](usdkit/usdvalue/get().md)
- [uncheckedGet()](usdkit/usdvalue/uncheckedget().md)
