comparison
comparison Element: Value comparison methods.
comparison
choice of [equal to|not equal to|starts with|ends with|contains|does not contain]: optionalChoices
equal to
True if value is equivalent.
not equal to
True if value is not equivalent.
starts with
True if value starts with comparison value.
ends with
True if value ends with comparison value.
contains
True if value contains the comparison value.
does not contain
True if value does not contain the comparison value.