Equality tester

[number/Equality tester]


Checks the received numbers for equality. Example:

  1. 23@0 is received via a

  2. 23@0 is received via b

  3. true@0 is sent via equal


Keywords: number, equality, compare

Input ports

  • a: number

    The first number

  • b: number

    The second number

Output ports

  • equal: boolean

    Sends true if the received numbers are equal, false otherwise.

Last updated