webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | Built-In Services | String | compareStrings
 
compareStrings
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.

Copyright © 2014- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.