 | FIFOHashSetTContains Method |
Determines whether [contains] [the specified item].
Namespace:
com.espertech.esper.collection
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic bool Contains(
T item
)
Parameters
- item
- Type: T
The item.
Return Value
Type:
Booleantrue if [contains] [the specified item]; otherwise,
false.
See Also