I've noticed that when I create an instance of my own custom class, I do not get intellisense for some of the overrideable type memebers from System.Object, for example, ToString(), GetHashCode(), Equals(). However, if I try to use them, I will be given back a result. Can someone tell me how to get the intellisense without overriding the default implementation?

Thanks