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
item - The other item
item
Return Whether the items are identical