Partager via


Méthode MapValue.Equals

Indicates whether the specified object is equal to the current object.

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 MapValue 
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 to compare with the current object.

Valeur de retour

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

Voir aussi

Référence

MapValue Classe

Espace de noms Microsoft.SqlServer.XEvent