CepObjectReadOnlyDictionary<T>.Contains Method

Indicates whether the collection contains the given item.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public bool Contains(
    KeyValuePair<string, T> item
)

Parameters

Return Value

Type: System.Boolean
true if the item is contained in the collection; otherwise, false.

Implements

ICollection<T>.Contains(T)

See Also

Reference

CepObjectReadOnlyDictionary<T> Class

Microsoft.ComplexEventProcessing Namespace