Ejemplo n.º 1
0
 public bool IsMatch(string text)
 {
     return(Operand1.IsMatch(text) && Operand2.IsMatch(text));
 }