ViewDataDictionary.Contains Method

Determines whether the collection contains the specified item.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public final function Contains(
	item : KeyValuePair<String, Object>
) : boolean

Parameters

item
Type: System.Collections.Generic.KeyValuePair(String, Object)

The object to locate in the collection.

Return Value

Type: System.Boolean
true if item is found in the collection; otherwise, false.

Implements

ICollection(T).Contains(T)
Show: