Assembly.Inequality(Assembly, Assembly) Operatör

Tanım

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

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

Parametreler

left
Assembly

ile karşılaştıracak rightderleme.

right
Assembly

ile karşılaştıracak leftderleme.

Döndürülenler

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

Şunlara uygulanır