Inheritance: IInitializable
Exemple #1
0
 private bool Equals(DomainObject other)
 {
     return(other.Id == Id);
 }
 private bool Equals(DomainObject other)
 {
     return other.Id == Id;
 }