Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSHashTable<TKey,TValue> > Methods
TRSHashTable<TKey,TValue>.ContainsItem(TValue) Method
Equivalent to ContainsValue. Retained for backward compatibility.
Namespace: RSGenerics.Collections
Delphi
public function ContainsItem(const Value: TValue): Boolean; inline;
Parameters
Value
Type: TValue
Type: Boolean
•ContainsValue
•TRSHashTable<TKey,TValue>
•RSGenerics.Collections