CngAlgorithmGroup.Equality(CngAlgorithmGroup, CngAlgorithmGroup) 演算子

定義

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

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

パラメーター

left
CngAlgorithmGroup

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

right
CngAlgorithmGroup

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

戻り値

Boolean

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

適用対象