Nemerle Documentation

Hashtable.Contains Method 

Returns `true' if the hashtable contains the specified key.

public bool Contains(
   object key
);

Remarks

NOTE: this is the same as ContainsKey.

See Also

Hashtable Class | Nemerle.Collections Namespace