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