public int IntegerObjectGetHashCode() { return(_idInteger.GetHashCode()); }
public int FloatObjectGetHashCode() { return(_idFloat.GetHashCode()); }
public int StringObjectGetHashCode() { return(_idString.GetHashCode()); }
public int NoneObjectGetHashCode() { return(_idNone.GetHashCode()); }
public int GetHashCodeInteger() { return(_id2.GetHashCode()); }
public int GetHashCodeString() { return(_id1.GetHashCode()); }
public int GetHashCodeNone() { return(_id0.GetHashCode()); }