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

            if (ExpirationEpoch != 0UL)
            {
                hash ^= ExpirationEpoch.GetHashCode();
            }
            if (SplitId.Length != 0)
            {
                hash ^= SplitId.GetHashCode();
            }
            hash ^= members_.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
예제 #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (ValidationDataSize != 0UL)
            {
                hash ^= ValidationDataSize.GetHashCode();
            }
            if (validationHash_ != null)
            {
                hash ^= ValidationHash.GetHashCode();
            }
            if (ExpirationEpoch != 0UL)
            {
                hash ^= ExpirationEpoch.GetHashCode();
            }
            hash ^= members_.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }