CngAlgorithmGroup.Equality(CngAlgorithmGroup, CngAlgorithmGroup) 運算子

定義

判斷兩個 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 參數所識別的物件比較。

傳回

Boolean

如果兩個物件指定相同的演算法群組,則為 true,否則為 false

適用於