Contents

==(_:_:)

Returns a Boolean value indicating whether two message authentication codes are equal.

Declaration

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

Parameters

  • lhs:

    The first message authentication code to compare.

  • rhs:

    The second message authentication code to compare.

Return Value

A Boolean value that’s true if the message authentication codes are equivalent.

See Also

Comparing codes