XenoGuard 4.0 Documentation
Comparison
ActionStep Reference » Programming » String Operation » Comparison
In the String Operations, subgroup Comparison, you will find ActionSteps that allow you to match a string's value with another string:
- Check whether a string value equals another string value
- Check whether a string value starts with another string value
- Check whether a string value ends with another string value
Generally, strings that fall under the Comparison string operation have text as their data type. Comparison between string values is also case-sensitive, which means that "M" in uppercase is different for "m" in lowercase. The Result of comparing the strings results in either "True" or "False".