# `Ash.Query.Function.IsDistinctFrom`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/ash/query/function/is_distinct_from.ex#L5)

is_distinct_from(left, right)

SQL's IS DISTINCT FROM operator.
Unlike `!=`, this operator treats NULL as a comparable value.

When both sides cannot return NULL, this simplifies to `!=` for better performance.

# `args`

# `has_partial_evaluate?`

---

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