equalityCheck property

EqualityCheck<T>? equalityCheck
final

Callback that is used to determine if two given objects are equal. == operator will be used by default.

Implementation

final EqualityCheck<T>? equalityCheck;