DtsObject.Equals 方法

Determines whether two object instances are equal.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Overrides Function Equals ( _
    otherObj As Object _
) As Boolean
用法
Dim instance As DtsObject 
Dim otherObj As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(otherObj)
public override bool Equals(
    Object otherObj
)
public:
virtual bool Equals(
    Object^ otherObj
) override
abstract Equals : 
        otherObj:Object -> bool  
override Equals : 
        otherObj:Object -> bool
public override function Equals(
    otherObj : Object
) : boolean

参数

  • otherObj
    类型:System.Object
    The object to compare with the current object.

返回值

类型:System.Boolean
true indicates that the object instances are equal.

注释

This method allows comparison of objects.

请参阅

参考

DtsObject 类

Microsoft.SqlServer.Dts.Runtime 命名空间