MethodBase.Equality(MethodBase, MethodBase) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示兩個 MethodBase 物體是否相等。
public:
static bool operator ==(System::Reflection::MethodBase ^ left, System::Reflection::MethodBase ^ right);
public static bool operator ==(System.Reflection.MethodBase left, System.Reflection.MethodBase right);
static member ( = ) : System.Reflection.MethodBase * System.Reflection.MethodBase -> bool
Public Shared Operator == (left As MethodBase, right As MethodBase) As Boolean
參數
- left
- MethodBase
第一個比較的對象。
- right
- MethodBase
第二個比較物件。
傳回
true若 left 等於 right;否則 。 false