Compare Text
Compares two text.
This activity compares two text inputs to check if they are a match or not.
Input
Text 1:
String Argument
Input the first Text.
Text 2:
String Argument
Input the second Text to be compared with the first input.
Output
Result:
Boolean Variable
Stores comparison result in the specified Boolean variable.
Last updated