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ıracak ilk nesne.

right
MethodInfo

Karşılaştıracak ikinci nesne.

Döndürülenler

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

Şunlara uygulanır