Type Alias EqualityCheck<T>

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

Checks the inputs for equality between each other. Returns true if they are equal, otherwise false.

Type Parameters

  • T

Type declaration

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

      Returns boolean