Operator 演算子

==(_:_:)

Returns a Boolean value indicating whether the given keys are equal. 与えられたキーが等しいかどうかを指し示すブール値を返します。

Declaration 宣言

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

Parameters パラメータ

lhs

The key to compare against. このキーに対して比較します。

rhs

The key to compare with. このキーと比較します。

Relationships 関係

From Protocol 由来プロトコル