Returns a Boolean value that indicates whether the receiver is a superset of another given character set.
Original signature is '- (BOOL)isSupersetOfSet:(NSCharacterSet *)theOtherSet'
Available in Mac OS X v10.2 and later.
| C# | Visual Basic | Visual C++ |
public virtual bool IsSupersetOfSet( NSCharacterSet theOtherSet )
Public Overridable Function IsSupersetOfSet ( _ theOtherSet As NSCharacterSet _ ) As Boolean
public: virtual bool IsSupersetOfSet( NSCharacterSet^ theOtherSet )
- theOtherSet (NSCharacterSet)
- A character set.
YES if the receiver is a superset of theOtherSet, otherwise NO.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)