IsFalse Method (Expression, MethodInfo)
Collapse the table of content
Expand the table of content

Expression.IsFalse Method (Expression, MethodInfo)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns whether the expression evaluates to false.

Namespace:  System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

public static UnaryExpression IsFalse(
	Expression expression,
	MethodInfo method
)

Parameters

expression
Type: System.Linq.Expressions.Expression
An Expression to evaluate.
method
Type: System.Reflection.MethodInfo
A MethodInfo that represents the implementing method.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft