Type Alias IsEqual<T>

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

Function that returns true if a and b are considered equal

Type Parameters

  • T