[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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 KeyValuePair(Of TKey, TValue) _
) As Boolean
C#
public bool Contains (
	KeyValuePair<TKey, TValue> item
)
Visual C++
public:
virtual bool Contains (
	KeyValuePair<TKey, TValue> item
) sealed

Parameters

item
System.Collections.Generic.KeyValuePair<(Of TKey, TValue>)
The object to locate in the ICollection<(Of T>).

Return Value

true if item is found in the ICollection<(Of T>); otherwise, false.