==(_:_:)
Indicates whether two animation playback controllers are equal.
Declaration
nonisolated static func == (lhs: AnimationPlaybackController, rhs: AnimationPlaybackController) -> BoolParameters
- lhs:
The first controller to compare.
- rhs:
The second controller to compare.
Return Value
A Boolean value set to true if the two controllers are equal.