equals
Compares this EventPointAnimation with another object for equality. The result is true
if and only if the argument is not null
, is an EventPointAnimation
object, and has the same values for initialValue
, targetValue
, and animationSpec
.
Return
true
if the given object represents an EventPointAnimation
equivalent to this instance, false
otherwise.
Parameters
other
The object to compare this EventPointAnimation
against.