How can we check if two strings are not equal?

Great! != compares two values and returns true if they're not equal and false if they are equal.

Not quite! != compares two values and returns true if they're not equal and false if they are equal.