public int hashCode() { int code = 17; code += string.hashCode(); code *= 37; code += offset; code *= 37; return code; }