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

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public 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.

Implements

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

See Also