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

areItemsTheSame

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

Checks if two DepotQuotes have the same id.

Parameters

oldItem - The old DepotQuote.

newItem - The new DepotQuote.

Return
true if both DepotQuotes have the same id or false otherwise.