ConstructorInfo.Inequality(ConstructorInfo, ConstructorInfo) Operatör

Tanım

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

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

Parametreler

left
ConstructorInfo

Karşılaştıracak ilk ConstructorInfo .

right
ConstructorInfo

Karşılaştıracak ikinci ConstructorInfo .

Döndürülenler

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

Şunlara uygulanır