isSubset(of:)
Returns a Boolean value that indicates whether every object in the receiving ordered set is also present in another given ordered set.
Declaration
func isSubset(of other: NSOrderedSet) -> BoolParameters
- other:
The ordered set with which to compare the receiving ordered set.
Return Value
true if every object in the receiving set is also present in other, otherwise false.