# LibTmux.Query.QueryComparison

- **Module:** LibTmux.Query
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Query/QueryNode.cs#L22
- **Page:** https://libtmux.org/reference/dotnet/libtmux-query-querycomparison/

Names an ordering or equality comparison.

## Members

- `Equal` (constant) — Operands are equal.
- `NotEqual` (constant) — Operands differ.
- `LessThan` (constant) — The left operand is smaller.
- `LessThanOrEqual` (constant) — The left operand is not larger.
- `GreaterThan` (constant) — The left operand is larger.
- `GreaterThanOrEqual` (constant) — The left operand is not smaller.
