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

            if (State != global::Google.Cloud.DocumentAI.V1Beta3.CommonOperationMetadata.Types.State.Unspecified)
            {
                hash ^= State.GetHashCode();
            }
            if (StateMessage.Length != 0)
            {
                hash ^= StateMessage.GetHashCode();
            }
            if (createTime_ != null)
            {
                hash ^= CreateTime.GetHashCode();
            }
            if (updateTime_ != null)
            {
                hash ^= UpdateTime.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }