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