Equals 메서드
Determines whether two object instances are equal.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
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.