View Source Ash.Query.Operator.NotEq (ash v2.21.12)

left != right

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

Summary

Functions