Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | String Folder | Summary of Elements in this Folder | pub.string:compareStrings
 
pub.string:compareStrings
WmPublic. Performs a case-sensitive comparison of two strings, and indicates whether the strings are identical.
Input Parameters
inString1
String Optional. String to compare against inString2. This input variable can be null.
inString2
String Optional. String to compare against inString1. This input variable can be null.
Output Parameters
isEqual
String Indicates whether or not inString1 and inString2 are identical.
*true indicates that inString1 and inString2 are identical.
*false indicates that inString1 and inString2 are not identical.
Note:
If both inString1 and inString2 are null, the service considers the strings to be identical and returns true.