compare 0001/01/01 in csharp

Code Example - compare 0001/01/01 in csharp

                
                        //You can use DateTime.MinValue, which has exactly the same value:
if (e.CreatedDate == DateTime.MinValue)