コード例 #1
0
 private bool Equals(DomainObject other)
 {
     return other.Id == Id;
 }
コード例 #2
0
 private bool Equals(DomainObject other)
 {
     return(other.Id == Id);
 }