@laserware/arcade
    Preparing search index...

    Namespace equals

    Interfaces

    Cache

    Cache used to store references to objects, used for circular reference checks.

    Type Aliases

    TypedArray

    Type which encompasses possible instances of TypedArray classes.

    Variables

    circularDeepEqual

    Whether the items passed are deeply-equal in value, including circular references.

    circularShallowEqual

    Whether the items passed are shallowly-equal in value, including circular references.

    deepEqual

    Whether the items passed are deeply-equal in value.

    shallowEqual

    Whether the items passed are shallowly-equal in value.

    strictCircularDeepEqual

    Whether the items passed are deeply-equal in value, including circular references, based on strict comparison.

    strictCircularShallowEqual

    Whether the items passed are shallowly-equal in value, including circular references, based on strict comparison.

    strictDeepEqual

    Whether the items passed are deeply-equal in value based on strict comparison.

    strictShallowEqual

    Whether the items passed are shallowly-equal in value based on strict comparison

    Functions

    createCustomEqual

    Create a custom equality comparison method.

    sameValueZeroEqual

    Whether the values passed are strictly equal or both NaN.