areItemsTheSame property

ItemDiffUtil<E> areItemsTheSame
finalinherited

Called by the DiffUtil to decide whether two object represent the same Item. For example, if your items have unique ids, this method should check their id equality.

Implementation

final ItemDiffUtil<E> areItemsTheSame;