class method SpahQL.DataHelper.eqSetStrict
SpahQL.DataHelper.eqSetStrict(set1, set2) → Boolean result
- set1 (Array): The value at the left-hand side of the comparator
- set2 (Array): The value at the right-hand side of the comparator
Compares two sets under the rules of strict equality. A result of true is returned if both sets have a 1:1 relationship of values. The values do not have to appear in the same order.