Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         int hash = Outs.GetHashCode();
         hash += (hash * 57) + RunsScored.GetHashCode();
         hash += (hash * 57) + Bases.GetHashCode();
         return(hash);
     }
 }