Share via


Méthode Equals

Ce membre se substitue à Object. . :: . .Equals(Object).

Espace de noms :  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
'Utilisation
Dim instance As ProgramInfo
Dim other As Object
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public override bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override
abstract Equals : 
        other:Object -> bool 
override Equals : 
        other:Object -> bool 
public override function Equals(
    other : Object
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean