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


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

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

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

Синтаксис

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

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

Параметры

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

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

См. также

Справочник

IdKey Класс

Перегрузка Inequality

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