DisplayTarget.IsEqual(DisplayTarget) 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 toutes les propriétés de la cible sont équivalentes à une autre cible, indiquant qu’aucune modification n’a été apportée à la cible.
public:
virtual bool IsEqual(DisplayTarget ^ otherTarget) = IsEqual;
bool IsEqual(DisplayTarget const& otherTarget);
public bool IsEqual(DisplayTarget otherTarget);
function isEqual(otherTarget)
Public Function IsEqual (otherTarget As DisplayTarget) As Boolean
Paramètres
- otherTarget
- DisplayTarget
Retours
Boolean
bool