==(_:_:)
Returns a Boolean value indicating whether two sets have equal elements.
Declaration
static func == (lhs: Set<Element>, rhs: Set<Element>) -> BoolParameters
- lhs:
A set.
- rhs:
Another set.
Return Value
true if the lhs and rhs have the same elements; otherwise, false.