![]() | ConcurrentCollectionTContains Method |
Name | Description | |
---|---|---|
![]() | Contains(T) |
Determines whether the ConcurrentCollectionT contains a specific value.
This is lock-free and can return true even though the element has already been removed.
|
![]() | Contains(T, Boolean) |
Determines whether the ConcurrentCollectionT contains a specific value.
|