Share via


ReportExpression<T>.Inequality Operator

Include Protected Members
Include Inherited Members

Tests the inequality between two objects.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public operatorStatic member Inequality(String, ReportExpression<T>) Tests the inequality between an expression and a ReportExpression<T> object.
Public operatorStatic member Inequality(T, ReportExpression<T>) Tests the inequality between an object of type T and a ReportExpression<T> object.
Public operatorStatic member Inequality(ReportExpression<T>, ReportExpression<T>) Tests the inequality between two ReportExpression<T> objects.
Public operatorStatic member Inequality(ReportExpression<T>, String) Tests the inequality between an expression and a ReportExpression<T> object.
Public operatorStatic member Inequality(ReportExpression<T>, T) Tests the inequality between an object of type T and a ReportExpression<T> object.

Top

See Also

Reference

ReportExpression<T> Structure

Microsoft.ReportingServices.RdlObjectModel Namespace