MonobjcMonobjc Documented Class Library
IsEqualToSet Method (otherSet)
NamespacesMonobjc.FoundationNSSetIsEqualToSet(NSSet)

Compares the receiving set to another set.

Original signature is '- (BOOL)isEqualToSet:(NSSet *)otherSet'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsEqualToSet(
	NSSet otherSet
)
Public Overridable Function IsEqualToSet ( _
	otherSet As NSSet _
) As Boolean
public:
virtual bool IsEqualToSet(
	NSSet^ otherSet
)
Parameters
otherSet (NSSet)
The set with which to compare the receiving set.
Return Value
YES if the contents of otherSet are equal to the contents of the receiving set, 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)