src code

class method SpahQL.DataHelper.eqRough

SpahQL.DataHelper.eqRough(left, right) → Boolean result
  • left (Object, Array, Boolean, String, Number, null): The value at the left-hand side of the comparator
  • right (Object, Array, Boolean, String, Number, null): The value at the right-hand side of the comparator

Compares two objects under the rules of rough equality. See readme for details.