IDebuggerObject.IsEqual(IDebuggerObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas d'implémentation dans une classe, détermine si l'objet actuel correspond à l'objet spécifié.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
bool IsEqual(Microsoft::JScript::IDebuggerObject ^ o);
public bool IsEqual (Microsoft.JScript.IDebuggerObject o);
abstract member IsEqual : Microsoft.JScript.IDebuggerObject -> bool
Public Function IsEqual (o As IDebuggerObject) As Boolean
Paramètres
Objet dont la similitude doit être testée.
Retours
true
si l'objet actuel correspond à o
; sinon, false
.