class method SpahQL.DataHelper.eq
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 SpahQL.DataHelper.objectType
method and the built-in ==
operator, but arrays and hashes are traversed recursively and have their values compared.