Comparing items

Report a typo

Implement the below method, given that T is known to be a data class:

override fun areContentsTheSame(oldItem: T, newItem: T): Boolean =
    __________________
Enter a short text
___

Create a free account to access the full topic