app / de.uniks.codliners.stock_simulator.ui.account / DepotQuoteListAdapter / DiffCallback / areContentsTheSame

areContentsTheSame

fun areContentsTheSame(oldItem: DepotQuote, newItem: DepotQuote): Boolean

Checks if two DepotQuotes are equal.

Parameters

oldItem - The old DepotQuote.

newItem - The new DepotQuote.

Return
true if both DepotQuotes are equal or false otherwise.