---
title: NSCompoundPredicate.LogicalType.or
framework: foundation
role: symbol
role_heading: Case
path: foundation/nscompoundpredicate/logicaltype/or
---

# NSCompoundPredicate.LogicalType.or

A logical OR predicate.

## Declaration

```swift
case or
```

## See Also

### Constants

- [NSCompoundPredicate.LogicalType.not](foundation/nscompoundpredicate/logicaltype/not.md)
- [NSCompoundPredicate.LogicalType.and](foundation/nscompoundpredicate/logicaltype/and.md)
