Exemplo n.º 1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (LeaderboardId.Length != 0)
            {
                hash ^= LeaderboardId.GetHashCode();
            }
            if (RankOrder != global::Demo.Leaderboard.V1.RankOrder.Invalid)
            {
                hash ^= RankOrder.GetHashCode();
            }
            if (maxSize_ != null)
            {
                hash ^= MaxSize.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     return(LeaderboardId.GetHashCode());
 }