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.
Determines whether the two instances of activity are equal.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Shared Operator = ( _
x As ActivityId, _
y As ActivityId _
) As Boolean
'Usage
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 unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.
Parameter
- x
Typ: Microsoft.SqlServer.XEvent.ActivityId
The first activity to compare.
- y
Typ: Microsoft.SqlServer.XEvent.ActivityId
The second activity to compare.
Rückgabewert
Typ: System.Boolean
true if the two activities are equal; otherwise, false.