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

left == right

The simplest operator, matches if the left and right are equal.

For comparison, this compares as mutually exclusive with other equality
and `is_nil` checks that have the same reference on the left side

# `evaluate`

# `name`

# `operator`

---

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