Operador Equality
Test the equality of two sizes.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Operator = ( _
left As ReportSize, _
right As ReportSize _
) As Boolean
'Uso
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 dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- left
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
The first ReportSize.
- right
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
The second ReportSize.
Valor de retorno
Tipo: System. . :: . .Boolean
A Boolean value.
Consulte também