MethodBase.Equality(MethodBase, MethodBase) Opérateur

Définition

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.

S’applique à