(= "abc" "def") ; false (= "abc" "abc") ; true (not= "abc" "def") ; true (not= "abc" "abc") ; false