Metoda DacActionEventArgs.Equals (DacActionEventArgs)
Określa, czy określona DacActionEventArgs obiektu jest równa DacActionEventArgs wystąpienie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
Public Function Equals ( _
other As DacActionEventArgs _
) As Boolean
'Użycie
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
Parametry
- other
Typ: Microsoft.SqlServer.Management.Dac.DacActionEventArgs
DacActionEventArgs Obiektu do porównania wywołujący DacActionEventArgs.
Wartość zwracana
Typ: System.Boolean
A Boolean określające, czy obiekty są równe. TRUE Jeśli obiekty są równe.W przeciwnym razie false.
Implementacje
Zobacz także