Integration Server 10.15 | Built-In Services Reference Guide | 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.