fun areContentsTheSame(oldItem: DepotQuote, newItem: DepotQuote): Boolean
Checks if two DepotQuotes are equal.
oldItem - The old DepotQuote.
oldItem
newItem - The new DepotQuote.
newItem
Return true if both DepotQuotes are equal or false otherwise.