Textboxes are strings. time.Month is integer. ToString() converts Integer to a string. Why does this not work?

Code:
If (TextBox10.Text = time.Month.ToString() & TextBox7.Text = time.Day.ToString() & TextBox23.Text = time.Year.ToString()) Then