Base:
method
Equals
System.Windows.Forms.Layout.ArrangedElementCollection.Equals(System.Object)
5 references to Equals
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\TableLayoutPanelDesignerTests.cs (5)
245collection1.Equals(collection1).Should().BeTrue(); 247collection1.Equals(collection2).Should().BeTrue(); 249collection1.Equals(collection3).Should().BeTrue(); 251collection1.Equals(null).Should().BeFalse(); 253collection1?.Equals(nonCollectionObject).Should().BeFalse();