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

            if (VersionInfo.Length != 0)
            {
                hash ^= VersionInfo.GetHashCode();
            }
            if (node_ != null)
            {
                hash ^= Node.GetHashCode();
            }
            hash ^= resourceNames_.GetHashCode();
            if (TypeUrl.Length != 0)
            {
                hash ^= TypeUrl.GetHashCode();
            }
            if (ResponseNonce.Length != 0)
            {
                hash ^= ResponseNonce.GetHashCode();
            }
            if (errorDetail_ != null)
            {
                hash ^= ErrorDetail.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }