Equals-Methode (DacActionEventArgs)
Bestimmt, ob das angegebene DacActionEventArgs-Objekt der DacActionEventArgs-Instanz entspricht.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Function Equals ( _
other As DacActionEventArgs _
) As Boolean
'Usage
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
Parameter
- other
Typ: Microsoft.SqlServer.Management.Dac. . :: . .DacActionEventArgs
Das DacActionEventArgs-Objekt, das mit den aufrufenden DacActionEventArgs verglichen werden soll.
Rückgabewert
Typ: System. . :: . .Boolean
Ein Boolean, der angibt, ob die Objekte gleich sind. True gibt an, dass die Objekte gleich sind. Andernfalls ist der Wert false.