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.

适用于