Comparison operators that can be used in condition expressions are listed in the following table.
Comparison operator | Search type | Explanation | |||
---|---|---|---|---|---|
= | Partial match (*1) | TRUE if the search keyword is included in the element value | |||
!= | TRUE if the search keyword is not included in the element value | ||||
== | Complete match | TRUE if the search keyword and the element value exactly match | |||
!== | TRUE even if a portion of the search keyword differs from the element value | ||||
< | <= | > | >= | Size comparison | Compares the size of the search keyword and the element value |
*1: If the keyword is a numeric value, it will exactly match.