OrderedHashtable.ContainsValue(Object) Method

Definition

Determines whether the hashtable contains a specific value.

public override bool ContainsValue (object? value);
[System.Runtime.CompilerServices.NullableContext(2)]
public override bool ContainsValue (object? value);
override this.ContainsValue : obj -> bool
[<System.Runtime.CompilerServices.NullableContext(2)>]
override this.ContainsValue : obj -> bool
Public Overrides Function ContainsValue (value As Object) As Boolean

Parameters

value
Object

The value to locate in the hashtable.

Returns

true if the hashtable contains an element with the specified value; otherwise, false.

Attributes

Applies to