Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Tests the equality of two ReportColor objects.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Operator = ( _
left As ReportColor, _
right As ReportColor _
) As Boolean
'Uso
Dim left As ReportColor
Dim right As ReportColor
Dim returnValue As Boolean
returnValue = (left = right)
public static bool operator ==(
ReportColor left,
ReportColor right
)
public:
static bool operator ==(
ReportColor left,
ReportColor right
)
static let inline(=)
left:ReportColor *
right:ReportColor : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- left
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportColor
A ReportColor object.
- right
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportColor
A ReportColor object.
Valor de retorno
Tipo: System.Boolean
True if the two ReportColor objects are equal; otherwise, false.