Metodo ActionInfo.Key.Equals (Object)

Determines whether a ActionInfo.Key object is equal to the System.Object supplied by the obj parameter.

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

Sintassi

'Dichiarazione
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Utilizzo
Dim instance As ActionInfo.Key 
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
abstract Equals : 
        obj:Object -> bool  
override Equals : 
        obj:Object -> bool
public override function Equals(
    obj : Object
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
A Boolean value that specifies the outcome of performing an equality operation on two objects. If True , the two objects are equal; otherwise False.

Vedere anche

Riferimento

ActionInfo.Key Classe

Overload Equals

Spazio dei nomi Microsoft.SqlServer.Management.XEvent