There's an extra bit to the ! operator.

Let's make sure this code snippet displays true!

Excellent! != translates to not equal to, and since 2 doesn't equal 3, that evaluates as true.

We're comparing, but in a slightly different way, using the ! operator.