isSame

val isSame: (T?, T) -> Boolean

This property holds a function that can be called to check for equality for two elements of T.

If there is some idProvider defined, it will be used as base for equality checking, else the standard equals operator function is used.