AvailableValuesCollectionContains Method (KeyValuePairObject, String) | 
 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 (25.3.0.1000)
Syntaxpublic bool Contains(
	KeyValuePair<Object, string> item
)
Public Function Contains ( 
	item As KeyValuePair(Of Object, String)
) As Boolean
public:
virtual bool Contains(
	KeyValuePair<Object^, String^> item
) sealed
abstract Contains : 
        item : KeyValuePair<Object, string> -> bool 
override Contains : 
        item : KeyValuePair<Object, string> -> bool Parameters
- item
 - Type: System.Collections.GenericKeyValuePairObject, String
The object to locate in the ICollectionT. 
Return Value
Type: 
Boolean if 
item is found in the 
ICollectionT; otherwise, 
.
Implements
ICollectionTContains(T)
See Also