Ejemplo n.º 1
0
 public bool Wins(Choices.Choice choice)
 {
     if (Choices.IsGreatest(choice))
     {
         return(_choice < choice);
     }
     return(_choice > choice);
 }