DtsObject.EqualsHelper 메서드
Determines a value that indicates whether the first object is equal to the second object.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Protected Shared Function EqualsHelper ( _
obj1 As Object, _
obj2 As Object _
) As Boolean
‘사용 방법
Dim obj1 As Object
Dim obj2 As Object
Dim returnValue As Boolean
returnValue = DtsObject.EqualsHelper(obj1, _
obj2)
protected static bool EqualsHelper(
Object obj1,
Object obj2
)
protected:
static bool EqualsHelper(
Object^ obj1,
Object^ obj2
)
static member EqualsHelper :
obj1:Object *
obj2:Object -> bool
protected static function EqualsHelper(
obj1 : Object,
obj2 : Object
) : boolean
매개 변수
- obj1
유형: System.Object
The first object to compare.
- obj2
유형: System.Object
The second object to compare.
반환 값
유형: System.Boolean
True if the first object is equal to the second object; otherwise, false.