string  a = "mohsen";
string  b = "vahid";
Console.WriteLine( b.Equals(a));