isEqual

Type: function
Returns true if the two objects are value equality types and have the same values, or are reference equality types and have the same reference.

Body

function(a,b){...}

Classpath

Children