ScopeStorageDictionary.Contains(KeyValuePair<Object,Object>) Método

Definição

Retorna um valor que indica se o par de chave/valor especificado existe no ScopeStorageDictionary objeto ou no BaseScope objeto.

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

Parâmetros

item
KeyValuePair<Object,Object>

O par chave/valor.

Retornos

Boolean

true se o ScopeStorageDictionary objeto ou o BaseScope objeto contiver um elemento que tenha o par chave/valor especificado; caso contrário, false.

Implementações

Aplica-se a