Documentation
    Preparing search index...

    Provides methods to compare the equality of two objects, along with a function to hash the objects for hash map implementation.

    Due to the limitation of current JavaScript API, there is no efficient approach to evaluate hash code for every primitive types (e.g. string). This can cause significant performance penalty.

    Implements

    Index