EqualsFn<T> typedef

EqualsFn<T> = bool Function(T a, T b)

Compares two objects for reference or content equality.

Implementation

typedef EqualsFn<T> = bool Function(T a, T b);