Esempio n. 1
0
 public int IntegerObjectGetHashCode()
 {
     return(_idInteger.GetHashCode());
 }
Esempio n. 2
0
 public int FloatObjectGetHashCode()
 {
     return(_idFloat.GetHashCode());
 }
Esempio n. 3
0
 public int StringObjectGetHashCode()
 {
     return(_idString.GetHashCode());
 }
Esempio n. 4
0
 public int NoneObjectGetHashCode()
 {
     return(_idNone.GetHashCode());
 }
Esempio n. 5
0
 public int GetHashCodeInteger()
 {
     return(_id2.GetHashCode());
 }
Esempio n. 6
0
 public int GetHashCodeString()
 {
     return(_id1.GetHashCode());
 }
Esempio n. 7
0
 public int GetHashCodeNone()
 {
     return(_id0.GetHashCode());
 }