TempDataDictionary.ContainsValue(Object) Method

Definition

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.

Applies to