ReadOnlyListBase<(Of <(<'T>)>)>..::..Contains Method
Determines if the list contains any item that compares equal to item.
The implementation simply checks whether IndexOf(item) returns a non-negative value.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Parameters
- item
- Type: T
The item to search for.