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