public bool NeedsToExecute(FunctionBundlerItemType item)
 {
     return((item & FunctionBundlerItemType.Deduplication) == FunctionBundlerItemType.Deduplication);
 }
Example #2
0
 public bool NeedsToExecute(FunctionBundlerItemType item)
 {
     return((item & FunctionBundlerItemType.FCntDown) == FunctionBundlerItemType.FCntDown);
 }
Example #3
0
 public bool NeedsToExecute(FunctionBundlerItemType item)
 {
     return((item & FunctionBundlerItemType.PreferredGateway) == FunctionBundlerItemType.PreferredGateway);
 }