Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Determines whether two objects are equal by performing an equality operation on them using the specified left operator and right operator.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Public Shared Operator = ( _
leftOperand As RegisteredServer.Key, _
rightOperand As RegisteredServer.Key _
) As Boolean
'Uso
Dim leftOperand As RegisteredServer.Key
Dim rightOperand As RegisteredServer.Key
Dim returnValue As Boolean
returnValue = (leftOperand = rightOperand)
public static bool operator ==(
RegisteredServer.Key leftOperand,
RegisteredServer.Key rightOperand
)
public:
static bool operator ==(
RegisteredServer.Key^ leftOperand,
RegisteredServer.Key^ rightOperand
)
static let inline(=)
leftOperand:RegisteredServer.Key *
rightOperand:RegisteredServer.Key : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- leftOperand
Tipo: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer.Key
A RegisteredServer.Key object that identifies the first object.
- rightOperand
Tipo: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer.Key
A RegisteredServer.Key object that identifies the second object.
Valor de retorno
Tipo: System.Boolean
A Boolean value that specifies the outcome of the equality operation.If True, the two objects are equal. Otherwise, False.
Comentários
- Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.