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