MethodInfo.Equality(MethodInfo, MethodInfo) Operatör

Tanım

İki MethodInfo nesnenin eşit olup olmadığını gösterir.

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

Parametreler

left
MethodInfo

Karşılaştırma yapılacak ilk nesne.

right
MethodInfo

Karşılaştırma yapılacak ikinci nesne.

Döndürülenler

true eşitse leftright; değilse , false.

Şunlara uygulanır