ICollection<(Of <(<'T>)>)>..::..Contains Method
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Namespace:
System.Collections.GenericAssembly: 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>)>)>.