Share via


Méthode Equals (DacActionEventArgs)

Détermine si l'objet DacActionEventArgs spécifié est égal à l'instance DacActionEventArgs.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public Function Equals ( _
    other As DacActionEventArgs _
) As Boolean
'Utilisation
Dim instance As DacActionEventArgs
Dim other As DacActionEventArgs
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    DacActionEventArgs other
)
public:
virtual bool Equals(
    DacActionEventArgs^ other
) sealed
abstract Equals : 
        other:DacActionEventArgs -> bool 
override Equals : 
        other:DacActionEventArgs -> bool 
public final function Equals(
    other : DacActionEventArgs
) : boolean

Valeur de retour

Type : System. . :: . .Boolean
Boolean spécifiant si les objets sont égaux. La valeur est True si les objets sont égaux. Sinon, la valeur est false.

Implémente

IEquatable< (Of < ( <'T> ) > ) >. . :: . .Equals(T)