app / de.uniks.codliners.stock_simulator.ui.search / SymbolListAdapter / areContentsTheSame

areContentsTheSame

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

Checks if two Symbols are equal.

Parameters

oldItem - The old Symbol.

newItem - The new Symbol.

Return
true if both Symbols are equal or false otherwise.