Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Name.Length != 0)
            {
                hash ^= Name.GetHashCode();
            }
            hash ^= enumvalue_.GetHashCode();
            hash ^= options_.GetHashCode();
            if (sourceContext_ != null)
            {
                hash ^= SourceContext.GetHashCode();
            }
            if (Syntax != global::Google.Protobuf.WellKnownTypes.Syntax.SYNTAX_PROTO2)
            {
                hash ^= Syntax.GetHashCode();
            }
            return(hash);
        }