not (foo eq "bar") — translates to a Negation node with a Comparison node.
not (foo eq "bar")
getNode(): Node
Return the negated node.