Negate the specified predicate.
Assembly: Epic.Query
Parameters
- predicate (Predicate)
- Predicate.
Return Value
A negation of predicate.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Predicate. When you use instance method syntax to call this method, omit the first parameter.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | predicate is nullNothingnullptr |