[Mono-devel-list] Warnings building mcs/mcs
Nick Drochak
ndrochak at gol.com
Mon Jan 5 01:48:40 EST 2004
| so, obviously, the criteria for equality is that the two TypeExpr's
| types are the same. If the two types must be the same, it follows that
| the hashcode of the two types must be the same. So a valid
| implementation would be:
|
| return this.Type;
|
Mhm. I was thinking along those lines, but I was thinking it would be:
return this.Type.GetHashCode ();
Nick D.
More information about the Mono-devel-list
mailing list