Sdílet prostřednictvím


ReportSize.Inequality Operator

Tests the inequality of two sizes.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    left As ReportSize, _
    right As ReportSize _
) As Boolean
'Usage
Dim left As ReportSize 
Dim right As ReportSize 
Dim returnValue As Boolean 

returnValue = (left <> right)
public static bool operator !=(
    ReportSize left,
    ReportSize right
)
public:
static bool operator !=(
    ReportSize left, 
    ReportSize right
)
static let inline(<>)
        left:ReportSize * 
        right:ReportSize  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

Return Value

Type: System.Boolean
True if the two sizes are not equal; otherwise, false.

See Also

Reference

ReportSize Structure

Microsoft.ReportingServices.RdlObjectModel Namespace