Examples of = and != in XQuery
true() true() false()
xquery version "3.1"; (1, 2) = (2, 3), (1, 2) != (2, 3), not((1, 2) = (2, 3))