MonobjcMonobjc Documented Class Library
ContainsObject Method (anObject)
NamespacesMonobjc.FoundationNSHashTableContainsObject(Id)

Returns a Boolean value that indicates whether the hash table contains a given object.

Original signature is '- (BOOL)containsObject:(id)anObject'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ContainsObject(
	Id anObject
)
Public Overridable Function ContainsObject ( _
	anObject As Id _
) As Boolean
public:
virtual bool ContainsObject(
	Id^ anObject
)
Parameters
anObject (Id)
The object to test for membership in the hash table.
Return Value
YES if the hash table contains anObject, 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)