Assembly.Inequality(Assembly, Assembly) 演算子

定義

2 つの 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

trueleft と等しくない場合は right。それ以外の場合は false

適用対象