Operator 演算子

==(_:_:)

Indicates whether two content modes are equal.

Declaration 宣言

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

Return Value 戻り値

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

Parameters パラメータ

lhs

The first content mode to compare.

rhs

The second content mode to compare.

See Also 参照

Comparing Content Modes コンテンツモードを比較する