ConcurrentListTContains Method |
Determines whether an element is in the list.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
Booleantrue if item is found in the list; otherwise, false.
Implements
ICollectionTContains(T)See Also