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

            if (LimitMillisecondsOfMiningBlock != 0)
            {
                hash ^= LimitMillisecondsOfMiningBlock.GetHashCode();
            }
            if (Hint.Length != 0)
            {
                hash ^= Hint.GetHashCode();
            }
            if (arrangedMiningTime_ != null)
            {
                hash ^= ArrangedMiningTime.GetHashCode();
            }
            if (miningDueTime_ != null)
            {
                hash ^= MiningDueTime.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }