Beispiel #1
0
 protected bool Equals(SinglePlayerLeg other)
 {
     return(Turns.SequenceEqual(other.Turns) && InitialScore == other.InitialScore);
 }