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