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.
System.Object.ContainsValue(System.Object)
public:
bool ContainsValue(System::Object ^ value);
public bool ContainsValue (object value);
public bool ContainsValue (object? value);
member this.ContainsValue : obj -> bool
Public Function ContainsValue (value As Object) As Boolean
Parameters
- value
- Object