MLKemAlgorithm.Equality(MLKemAlgorithm, MLKemAlgorithm) Operatör

Tanım

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

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

Parametreler

left
MLKemAlgorithm

Bir algoritma adı belirten nesne.

right
MLKemAlgorithm

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