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