TempDataDictionary.ContainsValue(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the dictionary contains the specified value.
public bool ContainsValue (object value);
member this.ContainsValue : obj -> bool
Public Function ContainsValue (value As Object) As Boolean
Parameters
- value
- Object
The value.
Returns
true if the dictionary contains the specified value; otherwise, false.