Метод NameKey.Equals (Object)
Determines whether the object represented by the NameKey is equal to the specified Object.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Применение
Dim instance As NameKey
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override function Equals(
obj : Object
) : boolean
Параметры
- obj
Тип: System.Object
The specified object.
Возвращаемое значение
Тип: System.Boolean
True if the object represented by the NameKey is equal to the specified object; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices