An NDoc Documented Class Library

FastHash.Contains Method 

Checks if given key is present in the hash

public bool Contains(
   string sKey
);

Parameters

sKey
Key

Return Value

True if key is present

See Also

FastHash Class | Majestic12 Namespace