library / com.camerash.filterdrawer / DiffItemCallback / isIdentical

isIdentical

abstract fun isIdentical(item: Data): Boolean

Provides information on whether the two items are identical at a data level You should compare IDs or item-specific variables here

Parameters

item - The other item

Return
Whether the items are identical