Open this page in the API Guide

AvailableValuesCollection.Contains Method (KeyValuePair<Object, String>)

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public bool Contains(
	KeyValuePair<Object, string> item
)

Parameters

item
Type: System.Collections.Generic.KeyValuePair<Object, String>
The object to locate in the ICollection<T>.

Return Value

Type: Boolean
true if item is found in the ICollection<T>; otherwise, false.

Implements

ICollection<T>.Contains(T)
See Also