 | CopyOnWriteListTContains Method |
Determines whether the
ICollectionT contains a specific value.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic virtual bool Contains(
T item
)
Parameters
- item
- Type: T
The object to locate in the ICollectionT.
Return Value
Type:
Boolean
true if item is found in the
ICollectionT; otherwise, false.
See Also