Operador Inequality
Tests the inequality between two objects.
Lista de sobrecargas
Nome | Descrição | |
---|---|---|
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. |
Início