Freigeben über


DtsObject.op_Equality Method

Determines whether the two specified objects have the same value.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    dtsObj1 As DtsObject, _
    dtsObj2 As DtsObject _
) As Boolean
public static bool operator == (
    DtsObject dtsObj1,
    DtsObject dtsObj2
)
public:
static bool operator == (
    DtsObject^ dtsObj1, 
    DtsObject^ dtsObj2
)
Von J# werden keine überlasteten Operatoren unterstützt.
Von JScript wird die Verwendung von überlasteten Operatoren unterstützt, ausgenommen der Deklaration neuer Operatoren.

Parameter

  • dtsObj1
    The object to compare against dtsObj2.
  • dtsObj2
    The object to compare against dtsObj1.

Rückgabewert

true if the value of dtsObj1 is the same as the value of dtsObj2; otherwise, false.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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