IReadOnlyMap<TKey,TValue>.ContainsValue(TValue) Method

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

Namespace: Spring.Collections
public
 function ContainsValue(const value: TValue): Boolean;

Parameters

value
Type: TValue

The value to locate in the map.

Return Value

Type: Boolean

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