I have seen this before in SQL and VB, I am now reverse engineering an Excel speadsheet and have come across the following formula:
=IF(D23<>0,\"Insufficent
It means not equal to. The same as != seen in C style languages, as well as actionscript.