Beispiel #1
0
 public bool identTo(Guess b)
 {
     return((this.d == b.d) && (this.p == b.p));
 }
Beispiel #2
0
 public bool identTo(Guess b)
 {
     return (this.d == b.d) && (this.p == b.p);
 }