TerraFrost wrote:Equality is, oddly, similar to SQL (ie. not equals is <>, equals is =, etc).
In most languages, "not equals" is != and prepending ! before a function or variable gives you the "not" of that function or variable.
I mention that because in CSS, ! doesn't mean "not" - in CSS. !important, for instance, doesn't mean something is "not important" - it means it "is important".
