Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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 поддерживает использование перегруженных операторов, но не объявление новых.
Параметры
- obj
Тип: System.Object
The specified object.
- rightOperand
Тип: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key
A IntegrationServices.Key object that represents the right-hand side of the key to compare.
Возвращаемое значение
Тип: System.Boolean
true if the specified object and the right-hand side of the key are equal; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices