Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public bool Contains( T item ) |
| Visual Basic |
|---|
Public Function Contains ( item As T ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Contains( T item ) sealed |
| F# |
|---|
abstract Contains : item : 'T -> bool override Contains : item : 'T -> bool |
Parameters
- item
- Type: T
The object to locate in the ICollection<(Of <(<'T>)>)>.
Return Value
Type: Booleantrue if item is found in the ICollection<(Of <(<'T>)>)>; otherwise, false.