Aracılığıyla paylaş


CngAlgorithm.Equality(CngAlgorithm, CngAlgorithm) Operatör

Tanım

İki CngAlgorithm nesnenin aynı algoritma adını belirtip belirtmediğini belirler.

public:
 static bool operator ==(System::Security::Cryptography::CngAlgorithm ^ left, System::Security::Cryptography::CngAlgorithm ^ right);
public static bool operator == (System.Security.Cryptography.CngAlgorithm? left, System.Security.Cryptography.CngAlgorithm? right);
public static bool operator == (System.Security.Cryptography.CngAlgorithm left, System.Security.Cryptography.CngAlgorithm right);
static member ( = ) : System.Security.Cryptography.CngAlgorithm * System.Security.Cryptography.CngAlgorithm -> bool
Public Shared Operator == (left As CngAlgorithm, right As CngAlgorithm) As Boolean

Parametreler

left
CngAlgorithm

Algoritma adını belirten bir nesne.

right
CngAlgorithm

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

Döndürülenler

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

Şunlara uygulanır