'Declaration Public Function Contains( _
ByVal itemThe name to locate in the dictionary and its value.As System.Collections.Generic.KeyValuePair(Of String,String) _
) As Boolean
public bool Contains(
System.Collections.Generic.KeyValuePair<string,string> item
)
public: bool Contains(
System.Collections.Generic.KeyValuePair<string,string*>* item
)
public:
bool Contains(
System.Collections.Generic.KeyValuePair<string,string^>^ item
)
Parameters
- item
- The name to locate in the dictionary and its value.
Return Value
True if the dictionary contains an element with the name and value; otherwise, false.