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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public bool Contains(
	int item
)
Visual Basic
Public Function Contains ( _
	item As Integer _
) As Boolean

Parameters

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

Return Value

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

Implements

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

See Also