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