Assembly.Inequality(Assembly, Assembly) Operátor

Definice

Určuje, zda Assembly jsou dva objekty nerovny.

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

Parametry

left
Assembly

Sestavení, které se má porovnat s right .

right
Assembly

Sestavení, které se má porovnat s left .

Návraty

Boolean

true pokud left se nerovná right , jinak false .

Platí pro