ImageGear .NET - Updated December 24, 2018
Contains Method (ImGearReadOnlyDictionary<TKey,TValue>)




ImageGear24.Windows.Controls Assembly > ImageGear.Core Namespace > ImGearReadOnlyDictionary<TKey,TValue> Class : Contains Method
The KeyValuePair to locate in the dictionary.
Determines whether the dictionary contains the specified key/value pair.
Syntax
'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)

Parameters

item
The KeyValuePair to locate in the dictionary.

Return Value

Returns true if the dictionary contains the specified KeyValuePair; otherwise, false.
See Also

Reference

ImGearReadOnlyDictionary<TKey,TValue> Class
ImGearReadOnlyDictionary<TKey,TValue> Members