Freigeben über


ReadOnlyEventColumnInfo.Key.Inequality-Operator (ReadOnlyEventColumnInfo.Key, Object)

Determines whether a ReadOnlyEventColumnInfo.Key object is not equal another object.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    leftOperand As ReadOnlyEventColumnInfo.Key, _
    obj As Object _
) As Boolean
'Usage
Dim leftOperand As ReadOnlyEventColumnInfo.Key 
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = (leftOperand <> obj)
public static bool operator !=(
    ReadOnlyEventColumnInfo.Key leftOperand,
    Object obj
)
public:
static bool operator !=(
    ReadOnlyEventColumnInfo.Key^ leftOperand, 
    Object^ obj
)
static let inline(<>)
        leftOperand:ReadOnlyEventColumnInfo.Key * 
        obj:Object  : bool
JScript unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.

Parameter

Rückgabewert

Typ: System.Boolean
A Boolean value that specifies the outcome of performing an inequality operation on two objects. If True, the two objects are not equal; otherwise False.

Siehe auch

Verweis

ReadOnlyEventColumnInfo.Key Klasse

Inequality-Überladung

Microsoft.SqlServer.Management.XEvent-Namespace