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