Exemple #1
0
 //Interfaces
 public int CompareTo(CreationIdentifier other)
 {
     return(CreationTime.CompareTo(other.CreationTime));
 }