Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
public bool Contains( T item ) |
| Visual Basic |
|---|
Public Function Contains ( item As T ) As Boolean |
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.