MethodBase.Equality(MethodBase, MethodBase) 演算子

定義

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

比較する 2 番目のオブジェクト。

戻り値

trueleft に等しい場合は right。それ以外の場合は false

適用対象