protected bool Equals(TaskOwner other) { return string.Equals(Owner, other.Owner) && Equals(Id, other.Id); }
protected bool Equals(TaskOwner other) { return(string.Equals(Owner, other.Owner) && Equals(Id, other.Id)); }