• <tfoot id='amHBP'></tfoot>
        <legend id='amHBP'><style id='amHBP'><dir id='amHBP'><q id='amHBP'></q></dir></style></legend>

      1. <small id='amHBP'></small><noframes id='amHBP'>

        <i id='amHBP'><tr id='amHBP'><dt id='amHBP'><q id='amHBP'><span id='amHBP'><b id='amHBP'><form id='amHBP'><ins id='amHBP'></ins><ul id='amHBP'></ul><sub id='amHBP'></sub></form><legend id='amHBP'></legend><bdo id='amHBP'><pre id='amHBP'><center id='amHBP'></center></pre></bdo></b><th id='amHBP'></th></span></q></dt></tr></i><div id='amHBP'><tfoot id='amHBP'></tfoot><dl id='amHBP'><fieldset id='amHBP'></fieldset></dl></div>

          <bdo id='amHBP'></bdo><ul id='amHBP'></ul>

        为什么 listbox1.Items.Add 使用我的对象的 Equals 方法?

        时间:2023-10-07

        <i id='BO6lK'><tr id='BO6lK'><dt id='BO6lK'><q id='BO6lK'><span id='BO6lK'><b id='BO6lK'><form id='BO6lK'><ins id='BO6lK'></ins><ul id='BO6lK'></ul><sub id='BO6lK'></sub></form><legend id='BO6lK'></legend><bdo id='BO6lK'><pre id='BO6lK'><center id='BO6lK'></center></pre></bdo></b><th id='BO6lK'></th></span></q></dt></tr></i><div id='BO6lK'><tfoot id='BO6lK'></tfoot><dl id='BO6lK'><fieldset id='BO6lK'></fieldset></dl></div>
          <bdo id='BO6lK'></bdo><ul id='BO6lK'></ul>
          • <legend id='BO6lK'><style id='BO6lK'><dir id='BO6lK'><q id='BO6lK'></q></dir></style></legend>
              <tfoot id='BO6lK'></tfoot>

              <small id='BO6lK'></small><noframes id='BO6lK'>

                <tbody id='BO6lK'></tbody>

                  本文介绍了为什么 listbox1.Items.Add 使用我的对象的 Equals 方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在检查 Windows 窗体 ListBoxCollection 添加方法,在分析过程中,我发现方法add"调用了基础对象中的 Equals 方法为什么这个方法做这个动作?

                  i'm scrutinizing Windows Forms ListBoxCollection Add Method, during the analyzing i found that the method "add" calls Equals method in base Object why this method do this action ?

                  我使用了调用堆栈"并且找到了这个答案:

                  I Have used "Call Stack" and I have Find This Answer :

                  我们调用 :System.Windows.Forms.ListBox.ObjectCollection.Add(object item)

                  We Call :System.Windows.Forms.ListBox.ObjectCollection.Add(object item)

                  它会调用:System.Windows.Forms.ListBox.ObjectCollection.AddInternal(object item)

                  and it will Call : System.Windows.Forms.ListBox.ObjectCollection.AddInternal(object item)

                  它会调用:System.Windows.Forms.ListBox.NativeAdd(object item)

                  and it will Call : System.Windows.Forms.ListBox.NativeAdd(object item)

                  它会调用:System.Windows.Forms.ListControl.GetItemText(object item)

                  and it will call : System.Windows.Forms.ListControl.GetItemText(object item)

                  它会调用:System.Windows.Forms.Formatter.FormatObject(object value, System.Type targetType, System.ComponentModel.TypeConverter sourceConverter, System.ComponentModel.TypeConverter targetConverter, string formatString, System.IFormatProvider formatInfo, object formattedNullValue, 对象 dataSourceNullValue)

                  and it will call : System.Windows.Forms.Formatter.FormatObject(object value, System.Type targetType, System.ComponentModel.TypeConverter sourceConverter, System.ComponentModel.TypeConverter targetConverter, string formatString, System.IFormatProvider formatInfo, object formattedNullValue, object dataSourceNullValue)

                  它会调用 :System.Windows.Forms.Formatter.IsNullData(object value, object dataSourceNullValue)

                  and it will call :System.Windows.Forms.Formatter.IsNullData(object value, object dataSourceNullValue)

                  最后它会调用:object.Equals(object objA, object objB)

                  and Finally it will call : object.Equals(object objA, object objB)

                  which This Method Make My Equal Method too run :

                  which This Method Make My Equal Method too Run :

                  WindowsFormsApplication1.Student.Equals(object obj)

                  WindowsFormsApplication1.Student.Equals(object obj)

                  并且将发送到我的 Equals 方法(作为 obj)的最后一个参数是 DBNULL 对象!什么是 DBNULL?

                  and The Last Parameter which Will be Send to My Equals Method (as obj) is a DBNULL Object ! what is a DBNULL ?

                  推荐答案

                  因为它需要能够知道什么项目正在触发事件.如果对象是完全相同的对象,选择、编辑、删除就会变得困难和混乱.

                  Because it needs to be able to know what item is firing events. If the objects are the exact same object, selection, editing, deletion becomes difficult and confusing.

                  这篇关于为什么 listbox1.Items.Add 使用我的对象的 Equals 方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:ASP.NET:如何隐藏 ListBox 控件的垂直滚动条? 下一篇:WP7 防止列表框滚动

                  相关文章

                      <bdo id='Rh75H'></bdo><ul id='Rh75H'></ul>
                    <tfoot id='Rh75H'></tfoot>

                    <legend id='Rh75H'><style id='Rh75H'><dir id='Rh75H'><q id='Rh75H'></q></dir></style></legend>

                    <small id='Rh75H'></small><noframes id='Rh75H'>

                  1. <i id='Rh75H'><tr id='Rh75H'><dt id='Rh75H'><q id='Rh75H'><span id='Rh75H'><b id='Rh75H'><form id='Rh75H'><ins id='Rh75H'></ins><ul id='Rh75H'></ul><sub id='Rh75H'></sub></form><legend id='Rh75H'></legend><bdo id='Rh75H'><pre id='Rh75H'><center id='Rh75H'></center></pre></bdo></b><th id='Rh75H'></th></span></q></dt></tr></i><div id='Rh75H'><tfoot id='Rh75H'></tfoot><dl id='Rh75H'><fieldset id='Rh75H'></fieldset></dl></div>