Exemplo n.º 1
0
        public override int GetHashCode()
        {
            int iHash = 0;

            iHash ^= m_Color.GetHashCode();
            iHash ^= m_iLineSize.GetHashCode();
            iHash ^= m_Font.GetHashCode();
            iHash ^= m_Bicolor.GetHashCode();
            iHash ^= m_LineEnding.GetHashCode();
            iHash ^= m_TrackShape.GetHashCode();

            return(iHash);
        }