ConstructorInfo.Inequality(ConstructorInfo, ConstructorInfo) Operátor

Definice

Určuje, zda dva ConstructorInfo objekty nejsou stejné.

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

Parametry

left
ConstructorInfo

První ConstructorInfo k porovnání

right
ConstructorInfo

Druhá ConstructorInfo pro porovnání.

Návraty

Boolean

true Pokud left se nerovná right ; jinak false .

Platí pro