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