Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests the inequality of two expressions.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
left As String, _
right As ReportExpression _
) As Boolean
'Usage
Dim left As String
Dim right As ReportExpression
Dim returnValue As Boolean
returnValue = (left <> right)
public static bool operator !=(
string left,
ReportExpression right
)
public:
static bool operator !=(
String^ left,
ReportExpression right
)
static let inline(<>)
left:string *
right:ReportExpression : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- left
Type: System.String
An expression string.
- right
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.
Return Value
Type: System.Boolean
True if the two expressions are not equal; otherwise, false.