I want to understand classes deeply, and found a behavior while experimenting
var date1 = new DateTime(); var date2 = DateTime.Now;
But when