Whenever I try to find an index in a listbox, i get the answer as -1.
here's my code.

Code:
listbox1.Items.Add("43")
Messagebox.Show(listbox1.Items.IndexOf("43")
Can someone help me why this happens?