Equals méthode
Determines whether two object instances are equal.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Utilisation
Dim instance As PrimitiveValue
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override function Equals(
obj : Object
) : boolean
Paramètres
- obj
Type : System. . :: . .Object
The object to compare with the current object.
Valeur de retour
Type : System. . :: . .Boolean
true if the specified object is equal to the current object; otherwise, false.