MonobjcMonobjc Documented Class Library
Contains Method (item)
NamespacesMonobjc.FoundationNSDictionaryContains(KeyValuePair<(Of <<'(Id, Id>)>>))
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Contains(
	KeyValuePair<Id, Id> item
)
Public Overridable Function Contains ( _
	item As KeyValuePair(Of Id, Id) _
) As Boolean
public:
virtual bool Contains(
	KeyValuePair<Id^, Id^> item
)
Parameters
item (KeyValuePair<(Of <(<'Id, Id>)>)>)
The object to locate in the ICollection<(Of <(<'T>)>)>.
Return Value
true if item is found in the ICollection<(Of <(<'T>)>)>; otherwise, false.
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)