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. |
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. |