ThreadSafeHashSetTContains Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
public:
virtual bool Contains(
T item
) sealed
abstract Contains :
item : 'T -> bool
override Contains :
item : 'T -> bool
- item T
- The element to locate in the ThreadSafeHashSetT.
Boolean if the
ThreadSafeHashSetT contains the specified
item; otherwise,
.
ICollectionTContains(T)