MLDsaAlgorithm.Equality(MLDsaAlgorithm, MLDsaAlgorithm) Operatör

Tanım

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

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

Parametreler

left
MLDsaAlgorithm

Bir algoritma adı belirten nesne.

right
MLDsaAlgorithm

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

Döndürülenler

true nesneler eşit kabul edilirse; aksi takdirde , false.

Şunlara uygulanır