Bridge

ICollection<(Of <(<'T>)>)>..::..Contains Method

Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
bool Contains(
	T item
)
<TemplateAttribute> _
Function Contains ( _
	item As T _
) As Boolean
[TemplateAttribute]
bool^ Contains(
	T item
)

Parameters

item
Type: T
The object to locate in the ICollection<(Of <(<'T>)>)>.

Return Value

true if item is found in the ICollection<(Of <(<'T>)>)>; otherwise, false.