Operador Inequality

Determines whether the two specified objects do not 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 not the same as the value of dtsObj2; otherwise, false.