CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) 演算子

定義

2 つの CngKeyBlobFormat オブジェクトが同じキー BLOB 形式を指定しているかどうか判定します。

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

パラメーター

left
CngKeyBlobFormat

キーの BLOB 形式を指定するオブジェクト。

right
CngKeyBlobFormat

left パラメーターで指定したオブジェクトと比較する 2 番目のオブジェクト。

戻り値

2 つのオブジェクトが同じキー BLOB 形式を指定している場合は true。それ以外の場合は false

適用対象