Ejemplo n.º 1
0
 protected bool Equals(ActionLog other)
 {
     return Equals(_action, other._action);
 }
Ejemplo n.º 2
0
 protected bool Equals(ActionLog other)
 {
     return(Equals(_action, other._action));
 }