Opérateur LessThan
Test whether the first size is less than the second size.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Operator < ( _
left As ReportSize, _
right As ReportSize _
) As Boolean
'Utilisation
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 prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- left
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
The first ReportSize.
- right
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
The second ReportSize.
Valeur de retour
Type : System. . :: . .Boolean
A Boolean value.