Exemple #1
0
 internal bool Compare(Guess other)
 {
     return(Code.Compare(other.Code).Compare(Evaluation));
 }