Operator 演算子

==(_:_:)

Indicates whether two timeline schedule modes are equal.

Declaration 宣言

static func == (a: TimelineScheduleMode, b: TimelineScheduleMode) -> Bool

Return Value 戻り値

A Boolean value that’s set to true if the two timeline schedule modes are equal.

Parameters パラメータ

a

The first timeline schedule mode to compare.

b

The second timeline schedule mode to compare.

See Also 参照

Comparing Modes