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
- other
Tipo: Microsoft.SqlServer.Management.Dac. . :: . .DacActionEventArgs
O objeto DacActionEventArgs a ser comparado ao DacActionEventArgs chamador.
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
Consulte também