Inequality-Operator
Tests the inequality between two objects.
Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.
Überladungsliste
Name | Beschreibung | |
---|---|---|
Inequality(String, ReportExpression< (Of < <' (T> ) > > )) | Tests the inequality between an expression and a ReportExpression<(Of <(<'T>)>)> object. | |
Inequality(T, ReportExpression< (Of < <' (T> ) > > )) | Tests the inequality between an object of type T and a ReportExpression<(Of <(<'T>)>)> object. | |
Inequality(ReportExpression< (Of < <' (T> ) > > ), ReportExpression< (Of < <' (T> ) > > )) | Tests the inequality between two ReportExpression<(Of <(<'T>)>)> objects. | |
Inequality(ReportExpression< (Of < <' (T> ) > > ), String) | Tests the inequality between an expression and a ReportExpression<(Of <(<'T>)>)> object. | |
Inequality(ReportExpression< (Of < <' (T> ) > > ), T) | Tests the inequality between an object of type T and a ReportExpression<(Of <(<'T>)>)> object. |
Zum Anfang