Compartilhar via


Método Equals (DacActionEventArgs)

Determina se o objeto especificado DacActionEventArgs é igual à instância DacActionEventArgs.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public Function Equals ( _
    other As DacActionEventArgs _
) As Boolean
'Uso
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

Parâmetros

Valor de retorno

Tipo: System. . :: . .Boolean
Um Boolean que especifica se os objetos são iguais. True se os objetos forem iguais. Caso contrário, false.

Implementa

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