equalityCheck property

bool Function(T a, T b) equalityCheck
getter/setter pairinherited

Optional method to check if to values are the same

Implementation

bool Function(T a, T b) equalityCheck = identical;