Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Determines whether two objects are equal by performing an inequality operation on them using the specified object and right operator.
Пространство имен: Microsoft.SqlServer.Management.RegisteredServers
Сборка: Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)
Синтаксис
'Декларация
Public Shared Operator <> ( _
obj As Object, _
rightOperand As RegisteredServer.Key _
) As Boolean
'Применение
Dim obj As Object
Dim rightOperand As RegisteredServer.Key
Dim returnValue As Boolean
returnValue = (obj <> rightOperand)
public static bool operator !=(
Object obj,
RegisteredServer.Key rightOperand
)
public:
static bool operator !=(
Object^ obj,
RegisteredServer.Key^ rightOperand
)
static let inline(<>)
obj:Object *
rightOperand:RegisteredServer.Key : bool
JScript поддерживает использование перегруженных операторов, но не объявление новых.
Параметры
- obj
Тип: System.Object
An Object object that identifies the first object.
- rightOperand
Тип: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer.Key
A RegisteredServer.Key object that identifies the second object.
Возвращаемое значение
Тип: System.Boolean
A Boolean value that specifies the outcome of the inequality operation.If True, the two objects are equal. Otherwise, False.
Замечания
- Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.RegisteredServers