Example #1
0
 public int CompareTo(CreatedTimeTagedObject <T>?other)
 {
     return(CreatedTime.CompareTo(other?.CreatedTime));
 }