defaultComparer
The default equality comparer, used when a comparer is not supplied to a function. Uses an internal deep equality check.
Arguments
x
(Any): The first value to comparey
(Any): The second value to compare
Returns
(Boolean): true
if equal; else false
.
Example
Last updated
Was this helpful?