Another set of comparison operators can check for equality and inequality at the same time.

See that? The <= and >= signs check if a value is greater than or equal to or less than or equal to another value.

Doesn't == check only for equality?