ConstructorInfo.Equality(ConstructorInfo, ConstructorInfo) 演算子

定義

2 つの ConstructorInfo オブジェクトが等しいかどうかを示します。

public:
 static bool operator ==(System::Reflection::ConstructorInfo ^ left, System::Reflection::ConstructorInfo ^ right);
public static bool operator == (System.Reflection.ConstructorInfo? left, System.Reflection.ConstructorInfo? right);
public static bool operator == (System.Reflection.ConstructorInfo left, System.Reflection.ConstructorInfo right);
static member ( = ) : System.Reflection.ConstructorInfo * System.Reflection.ConstructorInfo -> bool
Public Shared Operator == (left As ConstructorInfo, right As ConstructorInfo) As Boolean

パラメーター

left
ConstructorInfo

比較対象となる、最初の ConstructorInfo

right
ConstructorInfo

比較対象となる 2 番目の ConstructorInfo

戻り値

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

適用対象