Operador Equality

Determines whether the two specified objects have the same value.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

public static bool operator ==(
    DtsObject dtsObj1,
    DtsObject dtsObj2
)

Parâmetros

Valor de retorno

Tipo: System. . :: . .Boolean
true if the value of dtsObj1 is the same as the value of dtsObj2; otherwise, false.