CngProvider.Inequality(CngProvider, CngProvider) Operator

定義

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

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

返品

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

適用対象