ILookup<TKey,TElement>.Contains(TKey) Methode

Definitie

Bepaalt of er een opgegeven sleutel bestaat in de ILookup<TKey,TElement>.

public:
 bool Contains(TKey key);
public bool Contains(TKey key);
abstract member Contains : 'Key -> bool
Public Function Contains (key As TKey) As Boolean

Parameters

key
TKey

De sleutel die moet worden gezocht in de ILookup<TKey,TElement>.

Retouren

true als key deze zich in de ILookup<TKey,TElement>; anders bevindt, false.

Van toepassing op