public override int GetHashCode() { HashCodeComputer hash = new HashCodeComputer(); VisitKeys(hash); return(hash.GetHashCode()); }
public override int GetHashCode() { HashCodeComputer <VALUE> hash = new HashCodeComputer <VALUE>(); VisitEntries(hash); return(hash.GetHashCode()); }