From: Tony Johansson on
Hi!

For example the Hashtable implement the Contains method that Test whether a
specific key is contained in the collection.
In the Hashtable we have also the ContainsKey method that seems to be doing
the exact same thing i.e same functionality.

So why having two methods that offer the exact same functionality ?

//Tony