ScopeStorageDictionary.Contains(KeyValuePair<Object,Object>) Method

Definition

Returns a value that indicates whether the specified key/value pair exists in either the ScopeStorageDictionary object or in the BaseScope object.

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

Parameters

item
KeyValuePair<Object,Object>

The key/value pair.

Returns

true if the ScopeStorageDictionary object or the BaseScope object contains an element that has the specified key/value pair; otherwise, false.

Implements

Applies to