Fit() public abstract méthode

Method which return TRUE if test fits this filter. Otherwise FALSE.
public abstract Fit ( AutomationTest test ) : bool
test AutomationTest
Résultat bool
 public override bool Fit(AutomationTest test)
 {
     return(_a.Fit(test) && _b.Fit(test));
 }