예제 #1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (PressedButtonId.Length != 0)
            {
                hash ^= PressedButtonId.GetHashCode();
            }
            if (LensCategory != 0)
            {
                hash ^= LensCategory.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
예제 #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (PressedButtonId.Length != 0)
            {
                hash ^= PressedButtonId.GetHashCode();
            }
            if (StickerAdd != false)
            {
                hash ^= StickerAdd.GetHashCode();
            }
            if (AssetType != 0)
            {
                hash ^= AssetType.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }