Operator 演算子

==(_:_:)

Indicates whether two animations are equal.

Declaration 宣言

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

Return Value 戻り値

A Boolean value that’s set to true if the two animations are equal.

Parameters パラメータ

lhs

The first animation to compare.

rhs

The second animation to compare.

See Also 参照

Comparing Animations