# `Ash.Query.Operator.In`
[🔗](https://github.com/ash-project/ash/blob/v3.24.1/lib/ash/query/operator/in.ex#L5)

left in [1, 2, 3]

this predicate matches if the left is in the list on the right

For comparison, this simplifies to a set of "or equals", e.g
`{:or, {:or, {:or, left == 1}, left == 2}, left == 3}`

# `evaluate`

# `name`

# `operator`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
