Indicates whether two animation timing functions are not equal.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- Xcode 11.0+
Framework
- Reality
Kit
Declaration
static func != (lhs: Animation Timing Function, rhs: Animation Timing Function) -> Bool
Parameters
lhs
The first timing function to compare.
rhs
The second timing function to compare.
Return Value
A Boolean value set to true
if the two timing functions are not equal.