Exemplo n.º 1
0
 public bool IsValid(List <Card> cards)
 {
     return(Identifier.BeSameRespectively(cards, p => p.WeightValue, (int)CardWeights.Queen, (int)CardWeights.King));
 }