CngAlgorithm.Equality(CngAlgorithm, CngAlgorithm) 演算子

定義

2 つの CngAlgorithm オブジェクトが同じアルゴリズム名を指定しているかどうか判定します。

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

パラメーター

left
CngAlgorithm

アルゴリズム名を指定するオブジェクト。

right
CngAlgorithm

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

戻り値

Boolean

2 つのオブジェクトが同じアルゴリズム名を指定している場合は true。それ以外の場合は false

適用対象