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

Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore..::..Key.

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

Синтаксис

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

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

Параметры

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

Тип: System. . :: . .Boolean
A Boolean value that is true if the objects are different, otherwise false.