MLKemAlgorithm.Equality(MLKemAlgorithm, MLKemAlgorithm) Operator

Definition

Bestimmt, ob zwei MLKemAlgorithm Objekte denselben Algorithmusnamen angeben.

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

Parameter

left
MLKemAlgorithm

Ein Objekt, das einen Algorithmusnamen angibt.

right
MLKemAlgorithm

Ein zweites Objekt, das mit dem Objekt verglichen werden soll, das durch den left Parameter identifiziert wird.

Gibt zurück

truewenn die Objekte gleich sind; andernfalls . false

Gilt für: