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