Inheritance: IInitializable
Exemplo n.º 1
0
 private bool Equals(DomainObject other)
 {
     return(other.Id == Id);
 }
Exemplo n.º 2
0
 private bool Equals(DomainObject other)
 {
     return other.Id == Id;
 }