Operador Condition.Key.Inequality (Object, Condition.Key)

Performs a Boolean equality operation to determine whether two condition keys reference the same condition.

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

Sintaxe

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

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

Parâmetros

  • obj
    Tipo: System.Object
    A Object object representing one of the condition keys to compare. If the object does not reference a Condition.Key, the method returns True.

Valor de retorno

Tipo: System.Boolean
A Boolean value specifying whether the two condition keys are the same. Returns True if the parameters reference separate condition, or if only one of the parameters is null. Otherwise, returns False.

Consulte também

Referência

Condition.Key Classe

Sobrecarregado Inequality

Namespace Microsoft.SqlServer.Management.Dmf