Skip to content

@technobuddha > library > Object

Comparison

NameTypeDescription
compareFunctionCompare two objects
deepEqualsFunctionCompare two object for equality.
sameValueFunctionDetermines whether two values are the same value, following the SameValue algorithm as defined in ECMAScript.
shallowEqualsFunctionCompare two object for equality. Testing goes one level deep.