다음을 통해 공유


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)