Compartir a través de


Policy.Key.Inequality Operador (Policy.Key, Policy.Key)

Determines whether the objects identified by two Policy.Key objects are the same.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Shared Operator <> ( _
    leftOperand As Policy.Key, _
    rightOperand As Policy.Key _
) As Boolean
'Uso
Dim leftOperand As Policy.Key 
Dim rightOperand As Policy.Key 
Dim returnValue As Boolean 

returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
    Policy.Key leftOperand,
    Policy.Key rightOperand
)
public:
static bool operator !=(
    Policy.Key^ leftOperand, 
    Policy.Key^ rightOperand
)
static let inline(<>)
        leftOperand:Policy.Key * 
        rightOperand:Policy.Key  : bool
JScript admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.

Parámetros

Valor devuelto

Tipo: System.Boolean
A Boolean value that is true if the objects are different, otherwise false.

Vea también

Referencia

Policy.Key Clase

Sobrecarga de Inequality

Espacio de nombres Microsoft.SqlServer.Management.Dmf