Equality.JScriptEquals(Object, Object) 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.
Exécute une opération de comparaison.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
static bool JScriptEquals(System::Object ^ v1, System::Object ^ v2);
public static bool JScriptEquals (object v1, object v2);
static member JScriptEquals : obj * obj -> bool
Public Shared Function JScriptEquals (v1 As Object, v2 As Object) As Boolean
Paramètres
- v1
- Object
Premier opérande.
- v2
- Object
Deuxième opérande.
Retours
Résultat de l'opération.