MethodInfo.Equality(MethodInfo, MethodInfo) Opérateur

Définition

Indique si deux objets MethodInfo sont égaux.

public:
 static bool operator ==(System::Reflection::MethodInfo ^ left, System::Reflection::MethodInfo ^ right);
public static bool operator == (System.Reflection.MethodInfo? left, System.Reflection.MethodInfo? right);
public static bool operator == (System.Reflection.MethodInfo left, System.Reflection.MethodInfo right);
static member ( = ) : System.Reflection.MethodInfo * System.Reflection.MethodInfo -> bool
Public Shared Operator == (left As MethodInfo, right As MethodInfo) As Boolean

Paramètres

left
MethodInfo

Premier objet à comparer.

right
MethodInfo

Deuxième objet à comparer.

Retours

true si left est égal à right ; sinon false.

S’applique à