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
Paramètres
- other
Type : Microsoft.SqlServer.Management.Dac. . :: . .DacActionEventArgs
Objet DacActionEventArgs à comparer au DacActionEventArgs appelant.
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
Voir aussi