Example #1
0
        public override int GetHashCode()
        {
            int hash = GetType().GetHashCode();

            hash = (hash * 397) ^ GroupID.GetHashCode();
            hash = (hash * 397) ^ MedalID.GetHashCode();

            return(hash);
        }
Example #2
0
 public string GetKey()
 {
     return(string.Concat(MedalID.ToString(), "-", MedalLeveID.ToString()));
 }