예제 #1
0
 public static bool IsOutrankedBy(this Card card, Card value)
 {
     return value.Outranks(card);
 }