Not Equal

(NOT EQUAL)

Compares 2 input values.
Input I2 may also be a constant.

Inputs

I1–I2 Input values

Outputs

O Output

Functionality

The output is 1 if I1 is not equal to I2 (or the constant).

The output is 0 if I1 is equal to I2 (or the constant).

The output sends whenever a value is received.

More Information