예제 #1
0
 protected bool Equals(PersistentTaskStatus other)
 {
     return(Equals(Subject, other.Subject) && Status == other.Status);
 }
예제 #2
0
 protected bool Equals(PersistentTaskStatus other)
 {
     return Equals(Subject, other.Subject) && Status == other.Status;
 }