Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Implements the operator == that tests equality between an instance of PredSourceInfo.Key and another object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Shared Operator = ( _
obj As Object, _
rightOperand As PredSourceInfo.Key _
) As Boolean
'Usage
Dim obj As Object
Dim rightOperand As PredSourceInfo.Key
Dim returnValue As Boolean
returnValue = (obj = rightOperand)
public static bool operator ==(
Object obj,
PredSourceInfo.Key rightOperand
)
public:
static bool operator ==(
Object^ obj,
PredSourceInfo.Key^ rightOperand
)
static let inline(=)
obj:Object *
rightOperand:PredSourceInfo.Key : bool
JScript unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.
Parameter
- obj
Typ: System.Object
A System.Object.
- rightOperand
Typ: Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key
A PredSourceInfo.Key object.
Rückgabewert
Typ: System.Boolean
A Boolean value that specifies the outcome of performing an equality operation on two objects. If True , the two objects are equal; otherwise False.