Example #1
0
 public override Atom Negate()
 {
     return(new ExistsOneHas(propertyCheck.GetNegation(), this.filter));
 }
Example #2
0
 public override Atom Negate()
 {
     return(new AllHave(propertyCheck.GetNegation(), this.filter));
 }