Base:
2 references to Equals
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
241
if (toolboxSvc is not null && tool.
Equals
(toolboxSvc.GetSelectedToolboxItem(host)))
System.Windows.Forms.Design.Tests (1)
System\Drawing\Design\ToolboxItemTests.cs (1)
1119
Assert.Equal(expected, item.
Equals
(other));