Metodo DataEventColumnInfo.Key.Equals (Object)
Implements the operator == that tests equality and is used in hashing operations between and instance of DataEventColumnInfo.Key and another object.
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 DataEventColumnInfo.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
- obj
Tipo: System.Object
The Object to compare.
Valore restituito
Tipo: System.Boolean
Returns true if the specified object is equal to the current object; otherwise, false.