Share via


ExpressionNode.EqualProperties 메서드

Determines whether the properties of the specified object are equal to the properties of the current expression node.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Protected MustOverride Function EqualProperties ( _
    obj As Object _
) As Boolean
‘사용 방법
Dim obj As Object 
Dim returnValue As Boolean 

returnValue = Me.EqualProperties(obj)
protected abstract bool EqualProperties(
    Object obj
)
protected:
virtual bool EqualProperties(
    Object^ obj
) abstract
abstract EqualProperties : 
        obj:Object -> bool
protected abstract function EqualProperties(
    obj : Object
) : boolean

매개 변수

  • obj
    유형: System.Object
    An T:System.Object specifying the object to compare to the current expression node.

반환 값

유형: System.Boolean
A Boolean value that is true if the properties of the two objects are equal. Otherwise false.

참고 항목

참조

ExpressionNode 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스