Поделиться через


DtsObject.Equals Method (Object)

Determines whether two object instances are equal.

Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Синтаксис

'Декларация
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

Параметры

  • otherObj
    The object to compare with the current object.

Возвращаемое значение

true indicates that the object instances are equal.

Замечания

This method allows comparison of objects.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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