MLKemAlgorithm.Equality(MLKemAlgorithm, MLKemAlgorithm) Operátor

Definice

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

Platí pro