Exemple #1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (PlayRoundNumber != 0L)
            {
                hash ^= PlayRoundNumber.GetHashCode();
            }
            if (Amount != 0L)
            {
                hash ^= Amount.GetHashCode();
            }
            if (Award != 0L)
            {
                hash ^= Award.GetHashCode();
            }
            if (IsComplete != false)
            {
                hash ^= IsComplete.GetHashCode();
            }
            if (playId_ != null)
            {
                hash ^= PlayId.GetHashCode();
            }
            if (BingoRoundNumber != 0L)
            {
                hash ^= BingoRoundNumber.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }