CFCharacterSetIsSupersetOfSet(_:_:)
Reports whether or not a character set is a superset of another set.
Declaration
func CFCharacterSetIsSupersetOfSet(_ theSet: CFCharacterSet!, _ theOtherset: CFCharacterSet!) -> BoolParameters
- theSet:
The character set to be checked for the membership of
theOtherSet. - theOtherset:
The character set to be checked whether or not it is a subset of
theSet.
Return Value
true if theSet is a superset of theOtherSet, otherwise false.