コード例 #1
0
ファイル: Saying.cs プロジェクト: rodpl/TastyDomainDriven
 protected bool Equals(Saying other)
 {
     return(PersonId.Equals(other.PersonId));
 }
コード例 #2
0
ファイル: Saying.cs プロジェクト: jaceenet/TastyDomainDriven
 protected bool Equals(Saying other)
 {
     return PersonId.Equals(other.PersonId);
 }