Example #1
0
 public bool Equals(PersonId other)
 {
     return id == other.id;
 }
Example #2
0
 public Saying(PersonId personId)
 {
     this.PersonId = personId;
 }