class method SpahQL.DataHelper.eqArrayRough
SpahQL.DataHelper.eqArrayRough(left, right) → Boolean result
-
left
(Array
) – The value at the left-hand side of the comparator -
right
(Array
) – The value at the right-hand side of the comparator
Compares two arrays under the rules of rough equality. A result of true is returned if the arrays are joint sets, containing any two equal values.