isEqual

abstract fun isEqual(oldValue: T, newValue: T): Boolean

Method for providing custom equality for oldValue and newValue.