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

'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

Parameters

Return Value

Type: System.Boolean
A Boolean specifying whether the objects are equal. True if the objects are equal. Otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

DacActionEventArgs Class

Equals Overload

Microsoft.SqlServer.Management.Dac Namespace