Gets a value that indicates whether the expression tree node represents a lifted call to an operator whose return type is lifted to a nullable type.
Documentation for this section has not yet been entered.
An operator call is lifted if the operator expects non-nullable operands but nullable operands are passed to it. If the value of BinaryExpression.IsLiftedToNull is true, the operator returns a nullable type, and if a nullable operand evaluates to null, the operator returns null.