Exemple #1
0
 public int CompareTo(DbId <T> other)
 {
     return(_Id.CompareTo(other._Id));
 }
Exemple #2
0
 public bool Equals(DbId <T> other)
 {
     return(other._Id == _Id);
 }