static func == (Animation, Animation) -> Bool
Indicates whether two animations are equal.
Availability 有効性
Technology
static func != (lhs: Self, rhs: Self) -> Bool
A Boolean value that’s set to true
if the two animations are unequal.
lhs
The first animation to compare.
rhs
The second animation to compare.
static func == (Animation, Animation) -> Bool