Base:
method
Equals
System.Object.Equals(System.Object)
3 references to Equals
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
2175
else if (bestMatch == -1 && gridEntry.
Equals
(rgipesAll[i])) {
4403
if (selectedRow != row || !gridEntry.
Equals
(selectedGridEntry)) {
4627
if (ipeCur.
Equals
(gridEntry)) {