DtsObject.EqualsHelper(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.
Détermine une valeur qui indique si le premier objet est égal au second objet.
protected:
static bool EqualsHelper(System::Object ^ obj1, System::Object ^ obj2);
protected static bool EqualsHelper (object obj1, object obj2);
static member EqualsHelper : obj * obj -> bool
Protected Shared Function EqualsHelper (obj1 As Object, obj2 As Object) As Boolean
Paramètres
- obj1
- Object
Premier objet à comparer.
- obj2
- Object
Deuxième objet à comparer.
Retours
True si le premier objet est égal au deuxième objet ; sinon, false.