MonobjcMonobjc Documented Class Library
IsSupersetOfSet Method (theOtherSet)
NamespacesMonobjc.FoundationNSCharacterSetIsSupersetOfSet(NSCharacterSet)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsSupersetOfSet(
	NSCharacterSet theOtherSet
)
Public Overridable Function IsSupersetOfSet ( _
	theOtherSet As NSCharacterSet _
) As Boolean
public:
virtual bool IsSupersetOfSet(
	NSCharacterSet^ theOtherSet
)
Parameters
theOtherSet (NSCharacterSet)
A character set.
Return Value
YES if the receiver is a superset of theOtherSet, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)