MLKemAlgorithm.Equality(MLKemAlgorithm, MLKemAlgorithm) Operátor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Určuje, zda dva MLKemAlgorithm objekty určují stejný název algoritmu.
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
Parametry
- left
- MLKemAlgorithm
Objekt, který určuje název algoritmu.
- right
- MLKemAlgorithm
Druhý objekt, který se má porovnat s objektem, který je identifikován parametrem left .
Návraty
truejsou-li objekty považovány za stejné; v opačném případě . false