Contents

==(_:_:)

Indicates whether two animation playback controllers are equal.

Declaration

nonisolated static func == (lhs: AnimationPlaybackController, rhs: AnimationPlaybackController) -> Bool

Parameters

  • 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.