Implemented interface member:
6 references to Contains
System.Windows.Forms.Tests (6)
System\Windows\Forms\Combobox.ObjectCollectionTests.cs (6)
484
Assert.True(comboBoxObjectCollection.
Contains
("a"));
485
Assert.True(comboBoxObjectCollection.
Contains
("b"));
486
Assert.False(comboBoxObjectCollection.
Contains
("c"));
512
Assert.True(comboBoxObjectCollection.
Contains
(person1));
513
Assert.True(comboBoxObjectCollection.
Contains
(person2));
514
Assert.False(comboBoxObjectCollection.
Contains
(person3));