# TmuxVersion.<(_:_:)

- **Module:** TmuxVersion
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** function
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/TmuxVersion.swift#L64
- **Page:** https://libtmux.org/en/swift/latest/reference/tmuxversion-(_-_-)-1m4u/

```
TmuxVersion.<(_:_:)(lhs: TmuxVersion, rhs: TmuxVersion) -> Bool
```

Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.

This function is the only requirement of the `Comparable` protocol. The
remainder of the relational operator functions are implemented by the
standard library for any type that conforms to `Comparable`.

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