Equals<T> typedef

Equals<T> = bool Function(T it1, T it2)

Describe the equality of two item

Implementation

typedef Equals<T>  = bool Function(T it1, T it2);