DiagnosticView.Contains Method

Checks if the diagnostic view contains the given key-value pair.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the diagnostic view contains the given key-value pair; otherwise, false.

Implements

ICollection<T>.Contains(T)

See Also

Reference

DiagnosticView Class

Microsoft.ComplexEventProcessing Namespace