Base:
4 references to Equals
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
635
if (entries[index].
Equals
(gridEntry))
1929
else if (bestMatch == -1 && gridEntry.
Equals
(allGridEntries[i]))
4313
if (_selectedRow != row || (_selectedGridEntry is not null && !gridEntry.
Equals
(_selectedGridEntry)))
4515
if (currentEntry.
Equals
(entry))