NotEqual

Determines whether one signal is different from another one. The two signals must be of the same type. The resulting signal o is 1 if i0 is different from i1, 0 if i0 is equal to i1.

Blocks tree path

Primitive\Arithmetic\NotEqual

Inputs

Name Type Description
i0 any Left operand.
i1 any Right operand.

Outputs

Name Type Description
o bool 1 if i0 is different from i1, 0 if i0 is equal to i1.