Equality tester
Last updated
Last updated
[string/Equality tester]
Checks if the string received on a
is equal to string received via b
.
Example:
"foo"@0 is received via a
"bar"@0 is received via b
false@0 is sent via equal
Keywords: string, equal, sameness
a: string
The first string
b: string
The second string
equal: boolean
Sends true if the two strings are the same, false otherwise.