Condividi tramite


Metodo MapValue.Equals

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

Spazio dei nomi  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Sintassi

'Dichiarazione
Public Overrides Function Equals ( _
    o As Object _
) As Boolean
'Utilizzo
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

Parametri

  • o
    Tipo: System.Object
    The object to compare with the current object.

Valore restituito

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

Vedere anche

Riferimento

MapValue Classe

Spazio dei nomi Microsoft.SqlServer.XEvent