IsAllNot¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
Input of any type is accepted. For types without inherent value (e.g., None, Bool), a lexicographical comparison is used. | Any |
||
Output ➡️ |
Outputs true if all elements in the input are not equal to the specified value and false otherwise. | Bool |
||
Value |
No | The value to check against. Note: This shard will not evaluate variables nested within sequences and tables. If you need to compare them against such variables, wrap them in parentheses, so that they are evaluated first. Example: Value:([your-variable]) instead of Value:your-variable. | 0 |
Any |
Checks if all elements in the input are not equal to the given value. It outputs true if all elements are not equal and false otherwise.