Exemplo n.º 1
0
 protected bool Equals(PersistentTaskStatus other)
 {
     return(Equals(Subject, other.Subject) && Status == other.Status);
 }
Exemplo n.º 2
0
 protected bool Equals(PersistentTaskStatus other)
 {
     return Equals(Subject, other.Subject) && Status == other.Status;
 }