On this page
LibTmux.Query.QueryComparison
- Module
- LibTmux.Query
- Package
- LibTmux
- Source
- src/LibTmux/Query/QueryNode.cs
-
Names an ordering or equality comparison.
6 declared, 0 inherited
Members
- Equal constant Operands are equal.
- GreaterThan constant The left operand is larger.
- GreaterThanOrEqual constant The left operand is not smaller.
- LessThan constant The left operand is smaller.
- LessThanOrEqual constant The left operand is not larger.
- NotEqual constant Operands differ.