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

Determines whether the IMap<TKey, TValue> 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 IMap<TKey, TValue>.

Return Value

Type: Boolean