CngAlgorithmGroup.Equality(CngAlgorithmGroup, CngAlgorithmGroup) 操作员   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定两个 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。