LockingCollectionTContains Method

Determines whether the LockingCollectionT contains a specific value.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool Contains(
	T item
)

Parameters

item  T
The object to locate in the LockingCollectionT.

Return Value

Boolean
if item is found in the LockingCollectionT; otherwise, .

Implements

ICollectionTContains(T)

See Also