class method SpahQL.DataHelper.gtSet
SpahQL.DataHelper.gtSet(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 and returns a result of true if any value in the left-hand set is greater than any value from the right-hand set.