SyntaxFix
Write A Post
Hire A Developer
Questions
You seem to be using Windows Forms. Look at the SelectedIndex or SelectedItem properties.
if (this.combo1.SelectedItem == MY_OBJECT) { // do stuff }