---
title: PredicateExpressions.SequenceContainsWhere
framework: foundation
role: symbol
role_heading: Structure
path: foundation/predicateexpressions/sequencecontainswhere
---

# PredicateExpressions.SequenceContainsWhere

## Declaration

```swift
struct SequenceContainsWhere<LHS, RHS> where LHS : PredicateExpression, RHS : PredicateExpression, LHS.Output : Sequence, RHS.Output == Bool
```

## Topics

### Initializers

- [init(_:builder:)](foundation/predicateexpressions/sequencecontainswhere/init(_:builder:).md)

### Instance Properties

- [sequence](foundation/predicateexpressions/sequencecontainswhere/sequence.md)
- [test](foundation/predicateexpressions/sequencecontainswhere/test.md)
- [variable](foundation/predicateexpressions/sequencecontainswhere/variable.md)

### Type Aliases

- [PredicateExpressions.SequenceContainsWhere.Element](foundation/predicateexpressions/sequencecontainswhere/element.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Escapable](swift/escapable.md)
- [PredicateExpression](foundation/predicateexpression.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [StandardPredicateExpression](foundation/standardpredicateexpression.md)
