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