Example #1
0
 public bool Equals(ActionSet action)
 {
     return(action.Action.Equals(Action));
 }