Extracted from Pike v7.4 release 97 at 2004-08-02.
pike.ida.liu.se
[Top]
predef::

Method `!=()


Method `!=

int(0..1) `!=(mixed arg1, mixed arg2, mixed ... extras)

Description

Inequality operator.

Returns

Returns 0 (zero) if all the arguments are equal, and 1 otherwise.

This is the inverse of `==() .

See also

`==()