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 specified activity is equal to the current activity.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
o As Object _
) As Boolean
'Usage
Dim instance As ActivityId
Dim o As Object
Dim returnValue As Boolean
returnValue = instance.Equals(o)
public override bool Equals(
Object o
)
public:
virtual bool Equals(
Object^ o
) override
abstract Equals :
o:Object -> bool
override Equals :
o:Object -> bool
public override function Equals(
o : Object
) : boolean
Parameter
- o
Typ: System.Object
The object that is the activity to compare with the current activity.
Rückgabewert
Typ: System.Boolean
true if the specified activity is equal to the current activity; otherwise, false.