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

Determines whether the IMap<TKey, TValue> contains an element with the specified value.

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

Parameters

value
Type: TValue

The value to locate in the IMap<TKey, TValue>.

Return Value

Type: Boolean

 

Overrides

TMapBase<TKey,T>.ContainsValue(T)