Méthode Equals
Tests equality between an Urn object and another object. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Overrides Function Equals ( _
o As Object _
) As Boolean
'Utilisation
Dim instance As Urn
Dim o As Object
Dim returnValue As Boolean
returnValue = instance.Equals(o)
public override bool Equals(
Object o
)
public:
virtual bool Equals(
Object^ o
) override
abstract Equals :
o:Object -> bool
override Equals :
o:Object -> bool
public override function Equals(
o : Object
) : boolean
Paramètres
- o
Type : System. . :: . .Object
The Object to compare.
Valeur de retour
Type : System. . :: . .Boolean
A Boolean value that specifies true if the objects are eqaul.