---
title: INConditionalOperator.any
framework: intents
role: symbol
role_heading: Case
path: intents/inconditionaloperator/any
---

# INConditionalOperator.any

One or more of the relevant attributes must be present for the search to yield a match. This is equivalent to an OR operator.

## Declaration

```swift
case any
```

## See Also

### Constants

- [INConditionalOperator.all](intents/inconditionaloperator/all.md)
- [INConditionalOperator.none](intents/inconditionaloperator/none.md)
