<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INConditionalOperator",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INConditionalOperator"
  },
  "title" : "INConditionalOperator"
}
-->

# INConditionalOperator

Constants indicating how search attributes are interpreted.

```
enum INConditionalOperator
```

## Topics

### Constants

[`INConditionalOperatorAll`](/documentation/Intents/INConditionalOperator/all)

All relevant attributes must be present for the search to yield a match. This is equivalent to an AND operator.

[`INConditionalOperatorAny`](/documentation/Intents/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.

[`INConditionalOperatorNone`](/documentation/Intents/INConditionalOperator/none)

None of the specified attributes must be present for the search to yield a match.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)