Nyelv

MLKemAlgorithm.Equality(MLKemAlgorithm, MLKemAlgorithm) Operátor

Definíció

Meghatározza, hogy két MLKemAlgorithm objektum ugyanazt az algoritmusnevet adja-e meg.

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

Paraméterek

left
MLKemAlgorithm

Egy algoritmus nevét meghatározó objektum.

right
MLKemAlgorithm

A paraméter által left azonosított objektumhoz hasonlítandó második objektum.

Válaszok

trueha az objektumok egyenlőnek minősülnek; egyéb esetben. false

A következőre érvényes: