Base:
2 overrides of Equals
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
42public override bool Equals(object other) => _realCollection.Equals(other);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2180public override bool Equals(object other) => _realCollection.Equals(other);
2 references to Equals
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
42public override bool Equals(object other) => _realCollection.Equals(other);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2180public override bool Equals(object other) => _realCollection.Equals(other);