ValueProviderDictionary.Contains Method

Definition

Determines whether the collection of value providers contains the specified item.

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

Parameters

item
KeyValuePair<String,ValueProviderResult>

The object to locate in the ICollection<T> instance.

Returns

true if item is found in the collection of value providers; otherwise, false.

Implements

Applies to