Operador IdKey.Inequality (Object, IdKey)
Indicates whether the specified object and the right-hand side of the key are unequal.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Shared Operator <> ( _
obj As Object, _
rightOperand As IdKey _
) As Boolean
'Uso
Dim obj As Object
Dim rightOperand As IdKey
Dim returnValue As Boolean
returnValue = (obj <> rightOperand)
public static bool operator !=(
Object obj,
IdKey rightOperand
)
public:
static bool operator !=(
Object^ obj,
IdKey^ rightOperand
)
static let inline(<>)
obj:Object *
rightOperand:IdKey : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- obj
Tipo: System.Object
The specified object.
- rightOperand
Tipo: Microsoft.SqlServer.Management.IntegrationServices.IdKey
A IdKey object that represents the right-hand side of the key to compare.
Valor de retorno
Tipo: System.Boolean
true if the specified object and the right-hand side of the key are unequal; otherwise, false.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices