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)
245
collection1.
Equals
(collection1).Should().BeTrue();
247
collection1.
Equals
(collection2).Should().BeTrue();
249
collection1.
Equals
(collection3).Should().BeTrue();
251
collection1.
Equals
(null).Should().BeFalse();
253
collection1?.
Equals
(nonCollectionObject).Should().BeFalse();