ReportExpression<T>.Inequality Operator
Include Protected Members
Include Inherited Members
Tests the inequality between two objects.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
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. |
Top