a
(string): The first string to compare. Default value is an empty string.b
(string): The second string to compare. Default value is an empty string.result
(boolean): The result of the equality comparison. Returns true
if the input strings are equal, and false
otherwise.a
input.b
input.result
output will emit true
if the input strings are equal, and false
otherwise.false
since “hello” does not equal “world”.