Exemplo n.º 1
0
 public bool IsEquivalentTo(Deck other) =>
 MainDeck.IsEquivalentTo(other.MainDeck) && Sideboard.IsEquivalentTo(other.Sideboard);