Reputation: 2247
I've never seen this operator yet.
Upvotes: 6
Views: 8160
Reputation: 3181
This is the not equal to operator.
In Java and C++ you may have seen it as !=
Upvotes: 10
Reputation: 47082
It means not equal to. In other languages it is often written as != or <>.
Upvotes: 4