共用方式為


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

參數

傳回值

型別:System.Boolean
True if the first object is equal to the second object; otherwise, false.

請參閱

參考

DtsObject 類別

Microsoft.SqlServer.Dts.Runtime 命名空間