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

            if (minTransactionLatency_ != null)
            {
                hash ^= MinTransactionLatency.GetHashCode();
            }
            if (maxClockSkew_ != null)
            {
                hash ^= MaxClockSkew.GetHashCode();
            }
            if (maxTtl_ != null)
            {
                hash ^= MaxTtl.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }