Assembly.Equality(Assembly, Assembly) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示兩個 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
。