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