TMultiMapBase<TKey,TValue>.ContainsValue(TValue) Method
Determines whether the IMap<TKey, TValue> contains an element with the specified value.
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