if(textBox2.Text() == textBox1.Text.Trim()){
MessageBox.Show("Girilen veriler aynı!","VERİ GİRİŞ", MessageBoxButtons.OK,MessageBoxIcon.Warning);

}