The > operator, for example, determines if a value is greater than some other value and results in true if it is.
>
true
Are you sure that's useful for checking equality?