// This is needed for sorting. It only uses Value. public int CompareTo(Entry other) { return(Value.CompareTo(other.Value)); }