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