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

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public bool Contains(
	TTarget item
)
Visual Basic (Declaration)
Public Function Contains ( _
	item As TTarget _
) As Boolean

Parameters

item
Type: TTarget
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