Aracılığıyla paylaş


CngAlgorithmGroup.Equality(CngAlgorithmGroup, CngAlgorithmGroup) Operatör

Tanım

İki CngAlgorithmGroup nesnenin aynı algoritma grubunu belirtip belirtmediğini belirler.

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

Parametreler

left
CngAlgorithmGroup

Algoritma grubunu belirten bir nesne.

right
CngAlgorithmGroup

parametresi tarafından left tanımlanan nesneyle karşılaştırılacak ikinci bir nesne.

Döndürülenler

true iki nesne aynı algoritma grubunu belirtirse; aksi takdirde , false.

Şunlara uygulanır