+ 4
What is the difference between $x > $y and $x != $y
Both return true if $x is not equals to $y
2 Answers
+ 5
In addition to your answer, the comparison operators - regardless it will always be true unless they're equal. Well done ;)
0
If they are not equal then it returns true