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