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