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

left != right

In comparison, simplifies to `not(left == right)`

# `evaluate`

# `name`

# `operator`

---

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