fun areItemsTheSame(oldItem: Achievement, newItem: Achievement): Boolean
Checks if two Achievements have the same id.
oldItem
- The old Achievement.
newItem
- The new Achievement.
Return
true if both Achievements have the same id or false otherwise.