==(_:_:)
Returns a Boolean value indicating whether two message authentication codes are equal.
Declaration
static func == (lhs: Self, rhs: Self) -> BoolParameters
- 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.