MethodBase.Inequality(MethodBase, MethodBase) Operatör

Tanım

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

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 op_Inequality : System.Reflection.MethodBase * System.Reflection.MethodBase -> bool
Public Shared Operator != (left As MethodBase, right As MethodBase) As Boolean

Parametreler

left
MethodBase

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

right
MethodBase

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

Döndürülenler

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

Şunlara uygulanır