Partager via


DtsObject.Equals Method (Object)

Determines whether two object instances are equal.

Espace de noms: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntaxe

'Déclaration
Public Overrides Function Equals ( _
    otherObj As Object _
) As Boolean
public override bool Equals (
    Object otherObj
)
public:
virtual bool Equals (
    Object^ otherObj
) override
public boolean Equals (
    Object otherObj
)
public override function Equals (
    otherObj : Object
) : boolean

Paramètres

  • otherObj
    The object to compare with the current object.

Valeur de retour

true indicates that the object instances are equal.

Notes

This method allows comparison of objects.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

DtsObject Class
DtsObject Members
Microsoft.SqlServer.Dts.Runtime Namespace