✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
object d1 = new object ();
object d2 = new object ();
System.Console.Write(d1 == d2);
Вкажіть результат виведення на консоль після виконання методу Main():
(**CharpBase**)