Оператор NameKey.Inequality (NameKey, NameKey)
Determines whether the objects represented by the two specified NameKey values are different.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public Shared Operator <> ( _
leftOperand As NameKey, _
rightOperand As NameKey _
) As Boolean
'Применение
Dim leftOperand As NameKey
Dim rightOperand As NameKey
Dim returnValue As Boolean
returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
NameKey leftOperand,
NameKey rightOperand
)
public:
static bool operator !=(
NameKey^ leftOperand,
NameKey^ rightOperand
)
static let inline(<>)
leftOperand:NameKey *
rightOperand:NameKey : bool
JScript поддерживает использование перегруженных операторов, но не объявление новых.
Параметры
- leftOperand
Тип: Microsoft.SqlServer.Management.IntegrationServices.NameKey
A NameKey object that represents the first object to compare.
- rightOperand
Тип: Microsoft.SqlServer.Management.IntegrationServices.NameKey
A NameKey object that represents the second object to compare.
Возвращаемое значение
Тип: System.Boolean
True if the two objects are different; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices