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