ixfx
    Preparing search index...

    Type Alias IsEqual<T>

    IsEqual: (a: T, b: T) => boolean

    Function that returns true if a and b are considered equal

    Type Parameters

    • T

    Type declaration

      • (a: T, b: T): boolean
      • Parameters

        Returns boolean