ne

infix fun ne(other: QueryTree<T>): QueryTree<Boolean>

Checks for inequality of two QueryTrees.


infix fun ne(other: T): QueryTree<Boolean>

Checks for inequality of a QueryTree with a value of the same type (e.g. useful to check for constants).