示例#1
0
 private bool Equals(CancelTimerDecision other)
 {
     return(_timerIdentity.Equals(other._timerIdentity));
 }
示例#2
0
 private bool Equals(CancelTimerDecision other)
 {
     return(_id.Equals(other._id));
 }