Bridge

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

Determines whether an element is in the List<(Of <(<'T>)>)>.

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

Syntax


public bool Contains(
	T item
)
Public Function Contains ( _
	item As T _
) As Boolean
public:
bool^ Contains(
	T item
)

Parameters

item
Type: T
The object to locate in the List<(Of <(<'T>)>)>. The value can be null for reference types.

Return Value

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