TempDataDictionary.ICollection<KeyValuePair<String, Object>>.Contains Method
Determines whether a sequence contains a specified element by using the default equality comparer.
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>
The key/value pair to search for.
Return Value
Type: System.Booleantrue if the dictionary contains the specified key/value pair; otherwise, false.
Implements
ICollection<T>.Contains(T)This member is an explicit interface member implementation. It can be used only when the TempDataDictionary instance is cast to an ICollection<T> interface.
Show: