public override int GetHashCode() { int hash = GetType().GetHashCode(); hash = (hash * 397) ^ GroupID.GetHashCode(); hash = (hash * 397) ^ MedalID.GetHashCode(); return(hash); }
public string GetKey() { return(string.Concat(MedalID.ToString(), "-", MedalLeveID.ToString())); }