Assembly.Equality(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 ( = ) : 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 等於 left,則為 right,否則為 false

適用於