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

            if (provenance_ != null)
            {
                hash ^= Provenance.GetHashCode();
            }
            if (ProvenanceBytes.Length != 0)
            {
                hash ^= ProvenanceBytes.GetHashCode();
            }
            if (intotoProvenance_ != null)
            {
                hash ^= IntotoProvenance.GetHashCode();
            }
            if (intotoStatement_ != null)
            {
                hash ^= IntotoStatement.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }