Operator Example Result < 5 < 7 true <= 5 <= 7 true > 5 > 7 false >= 5 >= 7 false == 5 == 7 false != 5 != 7 true