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

            hash += base.GetHashCode();
            hash += parent == null ? 0 : parent.GetHashCode();
            hash += drawAllDataField.GetHashCode();
            hash += rcChartDrawArea.GetHashCode();

            return(hash);
        }