Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Test the equality of two sizes.
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
True if the two sizes are equal; otherwise, false.