Assembly.Inequality(Assembly, Assembly) Operátor

Definice

Určuje, zda se dva Assembly objekty nerovnají.

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í pro porovnání s right.

right
Assembly

Sestavení pro porovnání s left.

Návraty

true pokud left se nerovná hodnotě right, jinak hodnota false.

Platí pro