AreValuesEqual
This Script is part of the Common Scripts Pack.#
Supported versions
Available on Cortex XSOAR, Cortex XSIAM, and Cortex XPANSE.
Checks whether the values provided in the arguments are equal. If either of the arguments are missing, "no" is returned.
Script Data#
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility, Condition |
Inputs#
| Argument Name | Description |
|---|---|
| left | The first value for comparison. |
| right | The second value for comparison. |
Outputs#
| Path | Description | Type |
|---|---|---|
| True | When the left is equal to right. | Unknown |
| False | When the left is not equal to right. | Unknown |