AsyncFlowControl.Equality(AsyncFlowControl, AsyncFlowControl) Opérateur
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.
Compare deux structures AsyncFlowControl pour déterminer si elles sont égales.
public:
static bool operator ==(System::Threading::AsyncFlowControl a, System::Threading::AsyncFlowControl b);
public static bool operator == (System.Threading.AsyncFlowControl a, System.Threading.AsyncFlowControl b);
static member ( = ) : System.Threading.AsyncFlowControl * System.Threading.AsyncFlowControl -> bool
Public Shared Operator == (a As AsyncFlowControl, b As AsyncFlowControl) As Boolean
Paramètres
Structure AsyncFlowControl.
Structure AsyncFlowControl.
Retours
true
si les deux structures sont égales ; sinon false
.
Remarques
La méthode équivalente pour cet opérateur est AsyncFlowControl.Equals(AsyncFlowControl).
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.