1== : This checks whether two strings are equal.
2!= ...
3< : This checks if the string on its left is smaller than that on its right.
4<= : This checks if the string on its left is smaller than or equal to that on its right.
5> : This checks if the string on its left is greater than that on its right.