A < B A > B A <= B A >= B A = B A <> B return BOOL
/**/ 1 <> 2; -- "not equal" true /**/ "abc" < "def"; -- lex ordering for strings true