Partilhar via


Operador Inequality (ObjectSet.Key, Object)

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Shared Operator <> ( _
    leftOperand As ObjectSet..::..Key, _
    obj As Object _
) As Boolean
'Uso
Dim leftOperand As ObjectSet..::..Key
Dim obj As Object
Dim returnValue As Boolean

returnValue = (leftOperand <> obj)
public static bool operator !=(
    ObjectSet..::..Key leftOperand,
    Object obj
)
public:
static bool operator !=(
    ObjectSet..::..Key^ leftOperand, 
    Object^ obj
)
static let inline (<>)
        leftOperand:ObjectSet..::..Key * 
        obj:Object  : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.

Valor de retorno

Tipo: System. . :: . .Boolean