Ejemplo n.º 1
0
 public bool IsMatch(TKey key)
 {
     return(LeftOperand.IsMatch(key) && RightOperand.IsMatch(key));
 }