Exemple #1
0
 public int CompareTo(TypeSafeEnum <TValue, TKey> other)
 {
     return(Id.CompareTo(other.Id));
 }