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