LocalizableString.AreEqual(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.
Fournit l’implémentation d’Equals. Equals fournit une valeur par défaut si cette méthode lève une exception.
protected:
abstract bool AreEqual(System::Object ^ other);
protected abstract bool AreEqual(object other);
protected abstract bool AreEqual(object? other);
abstract member AreEqual : obj -> bool
Protected MustOverride Function AreEqual (other As Object) As Boolean
Paramètres
- other
- Object