Exemplo n.º 1
0
 protected bool Equals(TaskOwner other)
 {
     return string.Equals(Owner, other.Owner) && Equals(Id, other.Id);
 }
Exemplo n.º 2
0
 protected bool Equals(TaskOwner other)
 {
     return(string.Equals(Owner, other.Owner) && Equals(Id, other.Id));
 }