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

Namespace: CodeSmith.Engine
Assembly: 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: Boolean
true if item is found in the ICollection<(Of <(<'T>)>)>; otherwise, false.

Implements

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

See Also