# LibTmux.Query.AndNode

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

The conjunction of ordered operands.

Operand order is part of the value: two conjunctions with the same
operands in a different order are different documents, because the
wire form preserves order.

## Members

- `AndNode` (method) — Initializes a conjunction.
- `Operands` (property) — Gets the ordered operands.
- `Equals` (method)
- `GetHashCode` (method)
