Operatore ReportExpression<T>.Inequality
Include i membri protetti
Include i membri ereditati
Tests the inequality between two objects.
Questo membro è sottoposto a overload. Per informazioni complete su questo membro, inclusi sintassi, utilizzo ed esempi, fare clic su un nome nell'elenco di overload.
Elenco degli overload
Nome | Descrizione | |
---|---|---|
Inequality(String, ReportExpression<T>) | Tests the inequality between an expression and a ReportExpression<T> object. | |
Inequality(T, ReportExpression<T>) | Tests the inequality between an object of type T and a ReportExpression<T> object. | |
Inequality(ReportExpression<T>, ReportExpression<T>) | Tests the inequality between two ReportExpression<T> objects. | |
Inequality(ReportExpression<T>, String) | Tests the inequality between an expression and a ReportExpression<T> object. | |
Inequality(ReportExpression<T>, T) | Tests the inequality between an object of type T and a ReportExpression<T> object. |
In alto