Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            HashCodeComputer hash = new HashCodeComputer();

            VisitKeys(hash);
            return(hash.GetHashCode());
        }
Ejemplo n.º 2
0
        public override int GetHashCode()
        {
            HashCodeComputer <VALUE> hash = new HashCodeComputer <VALUE>();

            VisitEntries(hash);
            return(hash.GetHashCode());
        }