Оператор IntegrationServices.Key.Equality (IntegrationServices.Key, IntegrationServices.Key)

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 IntegrationServices.Key, _
    rightOperand As IntegrationServices.Key _
) As Boolean
'Применение
Dim leftOperand As IntegrationServices.Key 
Dim rightOperand As IntegrationServices.Key 
Dim returnValue As Boolean 

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

Параметры

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

Тип: System.Boolean
true if the key objects have the same value using the specified operands; otherwise, false.

См. также

Справочник

IntegrationServices.Key Класс

Перегрузка Equality

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