src code

class method Spah.SpahQL.DataHelper.eq

Spah.SpahQL.DataHelper.eq(obj1, obj2[, objN]) → Boolean equality result

Determines content equality of two or more objects. Booleans, null values, numbers and strings are compared using the Spah.SpahQL.DataHelper.objectType method and the built-in == operator, but arrays and hashes are traversed recursively and have their values compared.