Exemplo n.º 1
0
 /// <summary>
 /// We use a basic hashcode implementation, since this class will likely not
 /// be used as a hashmap key
 /// </summary>
 public override int GetHashCode()
 {
     return(37 * 17 + typeIDElement.GetHashCode());
 }
Exemplo n.º 2
0
 /// <summary>
 /// We use a basic hashcode implementation, since this class will likely not
 /// be used as a hashmap key
 /// </summary>
 public override int GetHashCode()
 {
     return(37 * 17 + typeID.GetHashCode() + 37 * 17 + fieldID.GetHashCode());
 }
Exemplo n.º 3
0
 /// <summary>
 /// We use a basic hashcode implementation, since this class will likely not
 /// be used as a hashmap key
 /// </summary>
 public override int GetHashCode()
 {
     return(37 * 17 + typeIDKey.GetHashCode() + 37 * 17 + typeIDValue.GetHashCode());
 }