Operador Inequality (ServerGroup.Key, Object)
Determines whether two objects are equal by performing an inequality operation on them.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Public Shared Operator <> ( _
leftOperand As ServerGroup..::..Key, _
obj As Object _
) As Boolean
'Uso
Dim leftOperand As ServerGroup..::..Key
Dim obj As Object
Dim returnValue As Boolean
returnValue = (leftOperand <> obj)
public static bool operator !=(
ServerGroup..::..Key leftOperand,
Object obj
)
public:
static bool operator !=(
ServerGroup..::..Key^ leftOperand,
Object^ obj
)
static let inline (<>)
leftOperand:ServerGroup..::..Key *
obj:Object : 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. . :: . .ServerGroup. . :: . .Key
- obj
Tipo: System. . :: . .Object
A Object 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.