ThreadSafeHashSetTContains Method

Determines whether the ThreadSafeHashSetT contains the specified item.

Definition

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

Parameters

item  T
The element to locate in the ThreadSafeHashSetT.

Return Value

Boolean
if the ThreadSafeHashSetT contains the specified item; otherwise, .

Implements

ICollectionTContains(T)

See Also