Share via


ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains Método

Definição

Retorna um valor que indica se o dicionário contém o valor em item, indexado pela chave no item.

bool ICollection<KeyValuePair<string,object>>.Contains (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool

Parâmetros

item
System.Collections.Generic.KeyValuePair<System.String,System.Object>

O item a ser adicionado.

Retornos

System.Boolean

Implementações

System.Collections.Generic.ICollection`1.Contains(`0)

Aplica-se a