Partager via


Méthode ActivityId.Equals

Determines whether the specified activity is equal to the current activity.

Espace de noms :  Microsoft.SqlServer.XEvent
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public Overrides Function Equals ( _
    o As Object _
) As Boolean
'Utilisation
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

Paramètres

  • o
    Type : System.Object
    The object that is the activity to compare with the current activity.

Valeur de retour

Type : System.Boolean
true if the specified activity is equal to the current activity; otherwise, false.

Voir aussi

Référence

ActivityId Classe

Espace de noms Microsoft.SqlServer.XEvent