AvailableValuesCollectionContains(KeyValuePairObject, String) Method

Determines whether the ICollectionT contains a specific value.

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

Parameters

item  KeyValuePairObject, String
The object to locate in the ICollectionT.

Return Value

Boolean
if item is found in the ICollectionT; otherwise, .

Implements

ICollectionTContains(T)
See Also