ListCollectionTContains Method

Determines whether the ICollectionT contains a specific value.

Definition

Namespace: Gemstone.Collections
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public bool Contains(
	T item
)

Parameters

item  T
The object to locate in the ICollectionT.

Return Value

Boolean
true if item is found in the ICollectionT; otherwise, false.

Implements

ICollectionTContains(T)

See Also