Skip to main content

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#


NameDescription
Script Typejavascript
TagsUtility, Condition

Inputs#


Argument NameDescription
leftThe first value for comparison.
rightThe second value for comparison.

Outputs#


PathDescriptionType
TrueWhen the left is equal to right.Unknown
FalseWhen the left is not equal to right.Unknown