public override int GetHashCode() { int hash = 1; if (Action != 0) { hash ^= Action.GetHashCode(); } if (Atout != 0) { hash ^= Atout.GetHashCode(); } if (Value != 0) { hash ^= Value.GetHashCode(); } return(hash); }
public int GetValue(Atout at) { return(value[(int)at]); }