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