ConstructorInfo.Inequality(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 op_Inequality : 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

適用対象