[Mono-devel-list] Removing GetHashCode and Equal from System.AppDomain and System.OperatingSystem

Duncan Mak duncan at ximian.com
Thu Jul 24 00:06:40 EDT 2003


On Wed, 2003-07-23 at 23:58, Thong (Tum) Nguyen wrote:
> > 1) GetHashCode and Equals are inherited from System.Object for
> > System.AppDomain and System.OperatingSystem. This patch comments out
> > these two methods for the two classes.
> > 
> 
> Any reason why AppDomain and OperatingSystem should use the less
> specialized hashcode/equal methods?  Just curious...
> 

Simply because those methods are not defined in the framework. The API
docs (1.0 and 1.1) list them as inherited from Object.

Duncan.



More information about the Mono-devel-list mailing list