Assembly.Equality(Assembly, Assembly) Operator

定義

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);
static member ( = ) : System.Reflection.Assembly * System.Reflection.Assembly -> bool
Public Shared Operator == (left As Assembly, right As Assembly) As Boolean

パラメーター

left
Assembly

rightと比較するアセンブリ。

right
Assembly

leftと比較するアセンブリ。

返品

true leftrightと等しい場合は ɳ。それ以外の場合はfalse

適用対象