DacActionEventArgs.Equals Method (DacActionEventArgs)
Determines whether the specified DacActionEventArgs object is equal to the DacActionEventArgs instance.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'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
Parameters
- other
Type: Microsoft.SqlServer.Management.Dac.DacActionEventArgs
The DacActionEventArgs object to be compared to the calling DacActionEventArgs.
Return Value
Type: Boolean
A Boolean specifying whether the objects are equal. True if the objects are equal. Otherwise, false.
Implements
IEquatableEquals(UTP)