Exemple #1
0
 protected bool Equals(Turn other)
 {
     return(Throws.SequenceEqual(other.Throws) && ScoreBefore == other.ScoreBefore);
 }