# FilterOperator

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/FilterExpr.swift#L70
- **Page:** https://libtmux.org/reference/swift/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)
