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 參數識別的物件比較。

傳回

true若兩個物件指定相同的演算法群組;否則,。 false

適用於