Método ExpressionNodeChildren.EqualProperties
Determines whether the specified object has equal properties to the referenced object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Overrides Function EqualProperties ( _
obj As Object _
) As Boolean
'Uso
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
Parâmetros
- obj
Tipo: System.Object
A Object that specifies the object to compare properties.
Valor de retorno
Tipo: System.Boolean
A Boolean value determines whether the object properties are equal. If True, they are equal. Otherwise False.