Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether two object instances are equal.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
otherObj As Object _
) As Boolean
'Usage
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
Parameter
- otherObj
Typ: System.Object
The object to compare with the current object.
Rückgabewert
Typ: System.Boolean
true indicates that the object instances are equal.
Hinweise
This method allows comparison of objects.