eq

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

Checks for equality of two QueryTrees.


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

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