'Declaration Public Function Contains( _ ByVal item As KeyValuePair(Of TKey,TValue) _ ) As Boolean
'Usage Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue) Dim item As KeyValuePair(Of TKey,TValue) Dim value As Boolean value = instance.Contains(item)
public bool Contains( KeyValuePair<TKey,TValue> item )
public: bool Contains( KeyValuePair<TKey*,TValue*> item )
public: bool Contains( KeyValuePair<TKey^,TValue^> item )
Parameters
- item
- The KeyValuePair to locate in the dictionary.
Return Value
Returns true if the dictionary contains the specified KeyValuePair; otherwise, false.