Operador NamedKey<T>.Inequality

Indicates whether the two keys are not equal.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Shared Operator <> ( _
    leftOperand As NamedKey(Of T), _
    rightOperand As NamedKey(Of T) _
) As Boolean
'Uso
Dim leftOperand As NamedKey(Of T)
Dim rightOperand As NamedKey(Of T)
Dim returnValue As Boolean 

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

Parâmetros

Valor de retorno

Tipo: System.Boolean
True if both keys are not equal or only one is null; otherwise, false.

Consulte também

Referência

NamedKey<T> Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc