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

            if (ScreenWidth != 0L)
            {
                hash ^= ScreenWidth.GetHashCode();
            }
            if (ScreenHeight != 0L)
            {
                hash ^= ScreenHeight.GetHashCode();
            }
            hash ^= drawPoint_.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }