Share via


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 네임스페이스