Const Returns a unique 32-bit hash value for a particular object instance.
Returns the relative order of x with respect to y. Returns -1 if
the hash code of object x is less than the hash code of object y;
returns 1 if the hash code of object x is greater than the hash code
of object y; and returns 0 if x and y are identical objects.
If either x or y is null or undefined, then objects order before
null, and null orders before undefined.
Generated using TypeDoc
Utilities for comparing and hashing object identities.