Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Indicates whether the key objects have the same value using the specified operands.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public Shared Operator = ( _
leftOperand As IdKey, _
rightOperand As IdKey _
) As Boolean
'Применение
Dim leftOperand As IdKey
Dim rightOperand As IdKey
Dim returnValue As Boolean
returnValue = (leftOperand = rightOperand)
public static bool operator ==(
IdKey leftOperand,
IdKey rightOperand
)
public:
static bool operator ==(
IdKey^ leftOperand,
IdKey^ rightOperand
)
static let inline(=)
leftOperand:IdKey *
rightOperand:IdKey : bool
JScript поддерживает использование перегруженных операторов, но не объявление новых.
Параметры
- leftOperand
Тип: Microsoft.SqlServer.Management.IntegrationServices.IdKey
A IdKey object that represents the left-hand side of the key to compare.
- rightOperand
Тип: Microsoft.SqlServer.Management.IntegrationServices.IdKey
A IdKey object that represents the right-hand side of the key to compare.
Возвращаемое значение
Тип: System.Boolean
true if the key objects have the same value using the specified operands; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices