Fork me on GitHubEpicdominant domains

Not Method (predicate)
Negate the specified predicate.

Assembly: Epic.Query

Declaration Syntax
C#
public static Not Not(
	this Predicate predicate
)
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
ExceptionCondition
ArgumentNullExceptionpredicate is nullNothingnullptr
blog comments powered by Disqus