int(0..1) `!=(mixed arg1, mixed arg2, mixed ... extras)
Inequality operator.
Returns 0 (zero) if all the arguments are equal, and 1 otherwise.
This is the inverse of `==() .
`==()