!=

What is !=?


1.

Definition: "not equal to."

Background: In most popular programming languages, "!" belongs to a class of operators known as "logic operators." Basically, it just stands for "not", "opposite", or "false", depending on what the context is. Two other operators are in this class: " ||" for "or", and "&&" for "and".

"!=" belongs to another class of operators called "comparison operators." Also in this class are things like "==" (equals), ">=" (greater than or equal to), "<" (less than), etc.

5 != 6 :: Five (is) not equal to Six.

Short != Tall :: Short (is) not equal to Tall

2.

Not equal to.

Hooper != h4x0r

3.

Used in various programming languages to denote "Not-Equal".

Justin != Josh.

A != B.

1 != 3.

See c++, c#, java, javascript, programming


100

Random Words:

1. Used in MSN conversations, when you see/read/whatever something that is really hot/cute/sweet/nice etc. MSNer 1: Hey! Check out this su..
1. the most amazing person in the world the best friend you could ever wish for. personally I think her boyfriend can be a bit of a noob bu..
1. 42 in 8 bit binary. Slightly different from 101010, as that is just 6 bits long. What is the meaning of life, the universe, and everyt..