[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Determines whether the ICollection<(Of T>) contains a specific value.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Contains ( _ item As T _ ) As Boolean |
C# |
---|
public bool Contains ( T item ) |
Visual C++ |
---|
public: virtual bool Contains ( T item ) sealed |
Parameters
- item
- T type parameter of net.esper.compat.C5CollectionWrapper<(Of T>).
The object to locate in the ICollection<(Of T>).