Equality tester

[string/Equality tester]


Checks if the string received on a is equal to string received via b. Example:

  1. "foo"@0 is received via a

  2. "bar"@0 is received via b

  3. false@0 is sent via equal


Keywords: string, equal, sameness

Input ports

  • a: string

    The first string

  • b: string

    The second string

Output ports

  • equal: boolean

    Sends true if the two strings are the same, false otherwise.

Last updated