==(_:_:)
Determines whether two digests are equal.
Declaration
static func == (lhs: Self, rhs: Self) -> BoolParameters
- lhs:
The first digest to compare.
- rhs:
The second digest to compare.
Return Value
A Boolean value set to true if the two digests are equal.