Пример #1
0
 public static Negation IsNot(this CommonFactory factory, BooleanExpression expr, Boolean?truthValue)
 {
     return(factory.Not(factory.Test(expr, truthValue)));
 }