예제 #1
0
        public override int GetHashCode()
        {
            HashCodeComputer hash = new HashCodeComputer();

            VisitKeys(hash);
            return(hash.GetHashCode());
        }
예제 #2
0
        public override int GetHashCode()
        {
            HashCodeComputer <VALUE> hash = new HashCodeComputer <VALUE>();

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