Compartir a través de


ActivityId.Inequality Operador

Determines whether the two instances of activity are not equal.

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public Shared Operator <> ( _
    x As ActivityId, _
    y As ActivityId _
) As Boolean
'Uso
Dim x As ActivityId 
Dim y As ActivityId 
Dim returnValue As Boolean 

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

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the two activities are not equal; otherwise, false.

Vea también

Referencia

ActivityId Clase

Espacio de nombres Microsoft.SqlServer.XEvent