Type.Equality(Type, Type) 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 objets Type sont égaux.
public:
static bool operator ==(Type ^ left, Type ^ right);
public static bool operator == (Type? left, Type? right);
public static bool operator == (Type left, Type right);
static member ( = ) : Type * Type -> bool
Public Shared Operator == (left As Type, right As Type) As Boolean
Paramètres
- left
- Type
Premier objet à comparer.
- right
- Type
Deuxième objet à comparer.
Retours
true
si left
est égal à right
; sinon false
.