Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     if (thingInt != null)
     {
         return(thingInt.GetHashCode());
     }
     return(Gen.HashCombine(cellInt.GetHashCode(), mapInt));
 }
Ejemplo n.º 2
0
 public override int GetHashCode()
 {
     if (thingInt != null)
     {
         return(thingInt.GetHashCode());
     }
     return(cellInt.GetHashCode());
 }