AsyncFlowControl.Equals 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 deux instances sont égales.
Surcharges
| Nom | Description |
|---|---|
| Equals(Object) |
Détermine si l’objet spécifié est égal à la structure actuelle AsyncFlowControl . |
| Equals(AsyncFlowControl) |
Détermine si la structure spécifiée AsyncFlowControl est égale à la structure actuelle AsyncFlowControl . |
Equals(Object)
Détermine si l’objet spécifié est égal à la structure actuelle AsyncFlowControl .
public:
override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Paramètres
- obj
- Object
Objet à comparer à la structure actuelle.
Retours
true s’il obj s’agit d’une AsyncFlowControl structure et est égale à la structure actuelle AsyncFlowControl ; sinon, false.
S’applique à
Equals(AsyncFlowControl)
Détermine si la structure spécifiée AsyncFlowControl est égale à la structure actuelle AsyncFlowControl .
public:
bool Equals(System::Threading::AsyncFlowControl obj);
public bool Equals(System.Threading.AsyncFlowControl obj);
override this.Equals : System.Threading.AsyncFlowControl -> bool
Public Function Equals (obj As AsyncFlowControl) As Boolean
Paramètres
- obj
- AsyncFlowControl
Structure AsyncFlowControl à comparer à la structure actuelle.
Retours
true si obj elle est égale à la structure actuelle AsyncFlowControl ; sinon, false.