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