Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked {
         return((Position.GetHashCode() * 397) ^ Index);
     }
 }