IReadOnlyMap<TKey,TValue>.ContainsValue Method

Definition

Determines whether the map contains an element with the specified value.

Delphi
function ContainsValue(const value: TValue): Boolean

Parameters

value
TValue

The value of the element to locate in the map.

Returns

Boolean

True if the map contains an element with the specified value; otherwise, False .