ExpressionNode.EqualProperties Method (Object)

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

protected abstract bool EqualProperties(
    object obj
)
protected:
virtual bool EqualProperties(
    Object^ obj
) abstract
abstract EqualProperties : 
        obj:Object -> bool
Protected MustOverride Function EqualProperties (
    obj As Object
) As Boolean

Parameters

  • obj
    Type: System.Object

    An T:System.Object specifying the object to compare to the current expression node.

Return Value

Type: System.Boolean

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

See Also

ExpressionNode Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top