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