This commit is contained in:
kudzu_cp 2009-09-13 17:08:16 +00:00
parent 02d5c277c3
commit a90f4596ff

View file

@ -9,6 +9,10 @@ using Indy.IL2CPU.Plugs;
using Indy.IL2CPU.IL;
namespace Cosmos.IL2CPU {
// This is necessary because HashSet and Dictionary
// have troubles when differnet types of objects are stored
// in them. I dont remember the exact problem, but something
// how it compares objects.
public class HashcodeComparer<T>: IEqualityComparer<T> {
#region IEqualityComparer<T> Members