Ejemplo n.º 1
0
 private bool Equals(CancelTimerDecision other)
 {
     return(_timerIdentity.Equals(other._timerIdentity));
 }
Ejemplo n.º 2
0
 private bool Equals(CancelTimerDecision other)
 {
     return(_id.Equals(other._id));
 }