true and false are boolean values. When we check if a value is greater than or less than another, we also get a boolean value in return.
The > operator, for example, determines if a value is greater than some other value and results in true if it is.
Are you sure that's useful for checking equality?