Contents

==(_:_:)

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.