isEqual
Tests whether two values are equal.
IMPORT
FORMAT
Input
a
: the value to be compared to the valueb
.b
: the value to be compared to the valuea
.ignoreArrayOrder
: if set totrue
,["hello", "world"]
and["world", "hello"]
will be treated asequal
, because the two arrays contain the same values, just in a different order.
Output
USAGE
Input
Output
Last updated