public override int GetHashCode()
        {
            int hash = 1;

            if (ProfessionGmtId.Length != 0)
            {
                hash ^= ProfessionGmtId.GetHashCode();
            }
            if (RankPoints != 0)
            {
                hash ^= RankPoints.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (ProfessionGmtId.Length != 0)
            {
                hash ^= ProfessionGmtId.GetHashCode();
            }
            if (NumProfessionNodeLevels != 0)
            {
                hash ^= NumProfessionNodeLevels.GetHashCode();
            }
            if (ComparisonOperator != 0)
            {
                hash ^= ComparisonOperator.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }