Equals 方法 (DacActionEventArgs)

确定指定的 DacActionEventArgs 对象是否等于 DacActionEventArgs 实例。

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public Function Equals ( _
    other As DacActionEventArgs _
) As Boolean
用法
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

返回值

类型:System. . :: . .Boolean
一个指定对象是否相等的 Boolean。如果对象相等,则为 True。否则为 false。

实现

IEquatable< (Of < ( <'T> ) > ) >. . :: . .Equals(T)