Click or drag to resize
BigListTContains Method
Determines whether an element is in the BigList.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
The object to locate in the BigList.

Return Value

Type: Boolean
true if item is found in the BigList, else false.
See Also