Equal

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

Blocks tree path

Primitive\Arithmetic\Equal

Inputs

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

Outputs

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