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

Indicates whether the specified object and the right-hand side of the key are equal.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Public Shared Operator = ( _
    obj As Object, _
    rightOperand As IntegrationServices.Key _
) As Boolean
'Применение
Dim obj As Object 
Dim rightOperand As IntegrationServices.Key 
Dim returnValue As Boolean 

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

Параметры

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

Тип: System.Boolean
true if the specified object and the right-hand side of the key are equal; otherwise, false.

См. также

Справочник

IntegrationServices.Key Класс

Перегрузка Equality

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