ConstructorInfo.Inequality(ConstructorInfo, ConstructorInfo) Operátor

Definíció

Azt jelzi, hogy két ConstructorInfo objektum nem egyenlő-e.

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

Paraméterek

left
ConstructorInfo

Az első ConstructorInfo , amit össze kell hasonlítani.

right
ConstructorInfo

A második ConstructorInfo , amit össze kell hasonlítani.

Válaszok

true ha left nem egyenlő ; rightegyébként false.

A következőre érvényes: