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

            if (QuestGmtId.Length != 0)
            {
                hash ^= QuestGmtId.GetHashCode();
            }
            if (CompletedDaySinceEpochIfDaily != 0L)
            {
                hash ^= CompletedDaySinceEpochIfDaily.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Example #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (QuestGmtId.Length != 0)
            {
                hash ^= QuestGmtId.GetHashCode();
            }
            hash ^= progressPerTask_.GetHashCode();
            if (Version != 0)
            {
                hash ^= Version.GetHashCode();
            }
            if (StartDaySinceEpochIfDaily != 0L)
            {
                hash ^= StartDaySinceEpochIfDaily.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }