Sdílet prostřednictvím


ViewDataDictionary.Contains(KeyValuePair<String,Object>) Metoda

Definice

Určuje, zda kolekce obsahuje zadanou položku.

public bool Contains (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
Public Function Contains (item As KeyValuePair(Of String, Object)) As Boolean

Parametry

item
KeyValuePair<String,Object>

Objekt, který má být v kolekci vyhledán.

Návraty

true, pokud item je v kolekci nalezen; v opačném případě false.

Implementuje

Platí pro