Expression.ReferenceNotEqual(Expression, Expression) Methode

Definition

Erstellt eine BinaryExpression , die einen Vergleich der Referenzungleichstellung darstellt.

public:
 static System::Linq::Expressions::BinaryExpression ^ ReferenceNotEqual(System::Linq::Expressions::Expression ^ left, System::Linq::Expressions::Expression ^ right);
public static System.Linq.Expressions.BinaryExpression ReferenceNotEqual(System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right);
static member ReferenceNotEqual : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.BinaryExpression
Public Shared Function ReferenceNotEqual (left As Expression, right As Expression) As BinaryExpression

Parameter

left
Expression

Eine Expression , die die Left Eigenschaft gleich festlegen soll.

right
Expression

Eine Expression , die die Right Eigenschaft gleich festlegen soll.

Gibt zurück

A BinaryExpression that has the NodeType property equal to NotEqual and the LeftRight properties set to the specified values.

Gilt für: