Exemple #1
0
 protected bool Equals(User other)
 {
     return Id == other.Id;
 }
Exemple #2
0
 protected bool Equals(User other)
 {
     return(Id == other.Id);
 }