Returns a Boolean value indicating whether two sets have equal elements.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
Parameters
lhs
A set.
rhs
Another set.
Return Value
true
if the lhs
and rhs
have the same elements; otherwise, false
.