Click or drag to resize

ConcurrentListTContains Method

Determines whether an element is in the list.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool Contains(
	T item
)

Parameters

item
Type: T
The object to locate in the list. The value can be null for reference types.

Return Value

Type: Boolean
true if item is found in the list; otherwise, false.

Implements

ICollectionTContains(T)
See Also