# RegexPattern.==(_:_:)

- **Module:** RegexPattern
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** function
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/RegexPattern.swift#L132
- **Page:** https://libtmux.org/reference/swift/regexpattern-(_-_-)-2goe/

```
RegexPattern.==(_:_:)(lhs: `Self`, rhs: `Self`) -> Bool
```

Returns a Boolean value indicating whether two values are equal.

Equality is the inverse of inequality. For any values `a` and `b`,
`a == b` implies that `a != b` is `false`.

- Parameters:
  - lhs: A value to compare.
  - rhs: Another value to compare.
