ExpressionNodeChildren.EqualProperties Method
Determines whether the specified object has equal properties to the referenced object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Overrides Function EqualProperties ( _
obj As Object _
) As Boolean
'Usage
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
Parameters
- obj
Type: System.Object
A Object that specifies the object to compare properties.
Return Value
Type: System.Boolean
A Boolean value determines whether the object properties are equal. If True, they are equal. Otherwise False.