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