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.
Determines whether two objects are equal by performing an inequality operation on them using the 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 inequality 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.