Esempio n. 1
0
 protected bool Equals(Saying other)
 {
     return(PersonId.Equals(other.PersonId));
 }
Esempio n. 2
0
 protected bool Equals(Saying other)
 {
     return PersonId.Equals(other.PersonId);
 }