Determines whether the ICollection<(Of <(T>)>) contains a specific value.
Namespace:
BioSharp.Core.UtilsAssembly: 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>)>).