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
パラメーター
- other
型: Microsoft.SqlServer.Management.Dac. . :: . .DacActionEventArgs
呼び出し元の DacActionEventArgs に比較される DacActionEventArgs オブジェクトです。
戻り値
型: System. . :: . .Boolean
2 つのオブジェクトが等しいかどうかを指定する Boolean です。オブジェクトが等しい場合は true、それ以外の場合は false です。