Input | Two arguments of any type. |
Output | True if they are equal. False otherwise. |
Input | Two arguments of any type. |
Output | True if they are not equal. False otherwise. |
Input | Two numbers or two strings. |
Output | True if the first argument is greater than the second one. False otherwise. |
Input | Two numbers or two strings. |
Output | True if the first argument is less than the second one. False otherwise. |
Input | Two numbers or two strings. |
Output | True if the first argument is greater than or equal to the second one. False otherwise. |
Input | Two numbers or two strings. |
Output | True if the first argument is less than or equal to the second one. False otherwise. |