==(_:_:)
Returns a Boolean value indicating whether the given keys are equal.
Declaration
static func == (lhs: CodingUserInfoKey, rhs: CodingUserInfoKey) -> BoolParameters
- lhs:
The key to compare against.
- rhs:
The key to compare with.
Returns a Boolean value indicating whether the given keys are equal.
static func == (lhs: CodingUserInfoKey, rhs: CodingUserInfoKey) -> BoolThe key to compare against.
The key to compare with.