CngProvider.Equality(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 ( = ) : 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 番目のオブジェクト。

戻り値

Boolean

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

適用対象