Per esempio ....
codice:
ComboBoxItem Item = (ComboBoxItem)combobox1.SelectedItem;
if (Item.Content.ToString() == "Mele")
{
}
else
{
}