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

            if (Guidance != 0)
            {
                hash ^= Guidance.GetHashCode();
            }
            if (GuidanceNum != 0)
            {
                hash ^= GuidanceNum.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }