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

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 поддерживает использование перегруженных операторов, но не объявление новых.

Параметры

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

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

См. также

Справочник

IdKey Класс

Перегрузка Equality

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