DefaultEqualityComparer.equals Method
Default equality comparer that uses the JavaScript == operator and a simple hashing function.
Parameters
- a
-
First object to compare.
- b
-
Second object to compare.
Return Value
Type: Boolean
True if a == b or false otherwise.