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。