CngProvider.Inequality(CngProvider, CngProvider) 演算子

定義

2 つの CngProvider オブジェクトが同じ KSP を表していないかどうかを判別します。

public:
 static bool operator !=(System::Security::Cryptography::CngProvider ^ left, System::Security::Cryptography::CngProvider ^ right);
public static bool operator != (System.Security.Cryptography.CngProvider left, System.Security.Cryptography.CngProvider right);
public static bool operator != (System.Security.Cryptography.CngProvider? left, System.Security.Cryptography.CngProvider? right);
static member op_Inequality : System.Security.Cryptography.CngProvider * System.Security.Cryptography.CngProvider -> bool
Public Shared Operator != (left As CngProvider, right As CngProvider) As Boolean

パラメーター

left
CngProvider

KSP を指定するオブジェクト。

right
CngProvider

left パラメーターで識別されるオブジェクトと比較する 2 番目のオブジェクト。

戻り値

2 つのオブジェクトが同じ KSP を表していない場合は true。それ以外の場合は false

適用対象