Поделиться через


Метод ExpressionNodeChildren.EqualProperties

Determines whether the specified object has equal properties to the referenced object.

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

Синтаксис

'Декларация
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Overrides Function EqualProperties ( _
    obj As Object _
) As Boolean
'Применение
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = Me.EqualProperties(obj)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected override bool EqualProperties(
    Object obj
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected:
virtual bool EqualProperties(
    Object^ obj
) override
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
abstract EqualProperties : 
        obj:Object -> bool 
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
override EqualProperties : 
        obj:Object -> bool
protected override function EqualProperties(
    obj : Object
) : boolean

Параметры

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

Тип: System.Boolean
A Boolean value determines whether the object properties are equal. If True, they are equal. Otherwise False.

См. также

Справочник

ExpressionNodeChildren Класс

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