Оператор IntegrationServices.Key.Inequality (Object, IntegrationServices.Key)

Indicates whether the specified object and the right-hand side of the key are unequal.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Public Shared Operator <> ( _
    obj As Object, _
    rightOperand As IntegrationServices.Key _
) As Boolean
'Применение
Dim obj As Object 
Dim rightOperand As IntegrationServices.Key 
Dim returnValue As Boolean 

returnValue = (obj <> rightOperand)
public static bool operator !=(
    Object obj,
    IntegrationServices.Key rightOperand
)
public:
static bool operator !=(
    Object^ obj, 
    IntegrationServices.Key^ rightOperand
)
static let inline(<>)
        obj:Object * 
        rightOperand:IntegrationServices.Key  : bool
JScript поддерживает использование перегруженных операторов, но не объявление новых.

Параметры

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

Тип: System.Boolean
true if the specified object and the right-hand side of the key are unequal; otherwise, false.

См. также

Справочник

IntegrationServices.Key Класс

Перегрузка Inequality

Пространство имен Microsoft.SqlServer.Management.IntegrationServices