MethodInfo.Inequality(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 op_Inequality : 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şit değilse; eşit değilse leftright, false.

Şunlara uygulanır