# FilterOperator

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/FilterExpr.swift#L84
- **Page:** https://libtmux.org/en/swift/latest/reference/filteroperator/

A typed operator. The `Value` it is built for is the projected type of the key path it is paired with, so pairing a text operator with an integer field is a compile error rather than a runtime surprise.

## Members

- `equals(_:)` (method)
- `caseInsensitiveEquals(_:)` (method)
- `contains(_:)` (method)
- `caseInsensitiveContains(_:)` (method)
- `hasPrefix(_:)` (method)
- `hasSuffix(_:)` (method)
- `isIn(_:)` (method)
- `matches(_:)` (method)
