Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines whether the properties of the specified object are equal to the properties of the current expression node.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Protected MustOverride Function EqualProperties ( _
obj As Object _
) As Boolean
'Utilisation
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
Paramètres
- obj
Type : System.Object
An T:System.Object specifying the object to compare to the current expression node.
Valeur de retour
Type : System.Boolean
A Boolean value that is true if the properties of the two objects are equal. Otherwise false.