TempDataDictionary.ICollection<KeyValuePair<String, Object>>.Contains Method (KeyValuePair<String, Object>)
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
bool ICollection<KeyValuePair<string, object>>.Contains( KeyValuePair<string, object> keyValuePair )
Parameters
- keyValuePair
- Type: System.Collections.Generic.KeyValuePair<String, Object>
Return Value
Type: System.BooleanImplements
ICollection<T>.Contains(T)
Show: