Sprawdź, czy Combobox ma określoną wartość
if (comboBox1.Items.Contains("some value"))
{
}
Itchy Ibex
if (comboBox1.Items.Contains("some value"))
{
}