Equal

Logic name
Equal
Function
This logic determines whether two input strings are equal.
Data type
Location |
Type |
---|---|
First input handler |
String |
Second input handler |
String |
Logic output |
Boolean |
Property
Category |
Property |
Description |
---|---|---|
Comment |
Comment |
It does not affect the conversion processing. |
Example of logic use
Mapping definition

Logic settings and processing result
This logic determines whether the character strings of the input data match, and if they match, outputs "true". If not, it outputs "false".
Property settings
Property |
Setting Value |
---|---|
None |
|
Input data
Sample Data,Sample Data |
Sample Data,abcde |
Sample Data,Sample_Data |
Output data
true |
false |
false |