LockCookie.Equality(LockCookie, LockCookie) 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.
Indique si deux structures LockCookie sont égales.
public:
static bool operator ==(System::Threading::LockCookie a, System::Threading::LockCookie b);
public static bool operator == (System.Threading.LockCookie a, System.Threading.LockCookie b);
static member ( = ) : System.Threading.LockCookie * System.Threading.LockCookie -> bool
Public Shared Operator == (a As LockCookie, b As LockCookie) As Boolean
Paramètres
LockCookie à comparer à b
.
LockCookie à comparer à a
.
Retours
true
si a
est égal à b
; sinon false
.
Remarques
La méthode équivalente pour cet opérateur est LockCookie.Equals(LockCookie).