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

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

            return(hash);
        }