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

            if (OriginalTimestampMs != 0L)
            {
                hash ^= OriginalTimestampMs.GetHashCode();
            }
            if (NewTimestampMs != 0L)
            {
                hash ^= NewTimestampMs.GetHashCode();
            }
            hash ^= inventoryItems_.GetHashCode();
            return(hash);
        }
Esempio n. 2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (AvatarTemplateId.Length != 0)
            {
                hash ^= AvatarTemplateId.GetHashCode();
            }
            if (NewTimestampMs != 0L)
            {
                hash ^= NewTimestampMs.GetHashCode();
            }
            if (Viewed != false)
            {
                hash ^= Viewed.GetHashCode();
            }
            return(hash);
        }
Esempio n. 3
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (OriginalTimestampMs != 0L)
            {
                hash ^= OriginalTimestampMs.GetHashCode();
            }
            if (NewTimestampMs != 0L)
            {
                hash ^= NewTimestampMs.GetHashCode();
            }
            hash ^= inventoryItems_.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }