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