Okay, this is the last time that I'll bug you: is 5 not equal to 6?

See that? '!=' is used to check whether two values are not equal. If that's the case, the result is true; otherwise it's false. This might still feel a bit odd but you'll get the hang of it!

Ex-queeze me but isn't that the equals operator?