public static void Main()
bool result = Equals("tatia","ti");
Console.WriteLine(result);
static bool Equals(string str1, string str2)
if (str1.Length < str2.Length)
for (int i = 0; i < str1.Length; i++)
char char2 = str2[counter];
if (counter == str2.Length)