isEqual
The selected value[s] should match the expected one[s].
Parameter table
| param | unit | required | description |
|---|---|---|---|
| expected | yes | The expected value[s] |
How to setup
The rule verifies whether the selected value[s] match[es] the expected one[s]. If they don't match, the rule will fail.
Examples
| value | valid | expected | description |
|---|---|---|---|
| (Cairo, Paris) | ✅ | (Cairo, Paris) | The selected values match the expected ones. |
| (Rome, London) | ❌ | (Cairo, Paris) | The selected values do not match the expected ones. |