public override int GetHashCode() { unchecked { return(((CardNomination != null ? CardNomination.GetHashCode() : 0) * 397) ^ (int)Suit); } }