AreValuesEqual
Common Scripts Pack.#
This Script is part of theChecks whether the values provided in the arguments are equal. If either of the arguments are missing, "no" is returned.
#
Script DataName | Description |
---|---|
Script Type | javascript |
Tags | Utility, Condition |
#
InputsArgument Name | Description |
---|---|
left | The first value for comparison. |
right | The second value for comparison. |
#
OutputsPath | Description | Type |
---|---|---|
True | When the left is equal to right. | Unknown |
False | When the left is not equal to right. | Unknown |