예제 #1
0
 public bool IsFlush(Hand hand)
 {
     return (hand.Select(c => c.Suit).Distinct().Count() == 1);
 }