StringList.Equals(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 si le System.Object spécifié est égal au System.Object actuel.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
Public Overrides Function Equals (obj As Object) As Boolean
Paramètres
- obj
- Object
Objet utilisé pour comparer à l’objet StringList.
Retours
True si le System.Object spécifié est égal au System.Object actuel ; sinon, false.
Exceptions
Le paramètre obj est null.