Assembly.Inequality(Assembly, Assembly) 運算子

定義

表示兩個 Assembly 物件是否不相等。

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

參數

left
Assembly

right 比較的組件。

right
Assembly

left 比較的組件。

傳回

Boolean

如果 true 不等於 left,則為 right,否則為 false

適用於