Partager via


Méthode DtsObject.Equals

Determines whether two object instances are equal.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Overrides Function Equals ( _
    otherObj As Object _
) As Boolean
'Utilisation
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

Paramètres

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

Valeur de retour

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

Notes

This method allows comparison of objects.

Voir aussi

Référence

DtsObject Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime