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 네임스페이스