using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EcmaCil { //public class BaseMetaComparer: IEqualityComparer where T: BaseMeta //{ // public static readonly BaseMetaComparer Instance = new BaseMetaComparer(); // public bool Equals(T x, T y) // { // return x.MetaId == y.MetaId; // } // public int GetHashCode(T obj) // { // return obj.MetaId; // } //} }