次の方法で共有


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
2 つのオブジェクトが等しいかどうかを指定する Boolean です。オブジェクトが等しい場合は true、それ以外の場合は false です。

実装

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