Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation Namespace > DictionaryWithEvents<TKey,TValue> Class : Contains Method |
public bool Contains( KeyValuePair<TKey,TValue> item )
'Declaration Public Function Contains( _ ByVal item As KeyValuePair(Of TKey,TValue) _ ) As Boolean
'Usage Dim instance As DictionaryWithEvents(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 )