equalityCheck property
Optional method to check if to values are the same
Implementation
bool Function(T a, T b) equalityCheck = (T a, T b) => a == b;
Optional method to check if to values are the same
bool Function(T a, T b) equalityCheck = (T a, T b) => a == b;