MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) Operator

Definition

Bestimmt, ob zwei MLKemAlgorithm Objekte nicht 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 op_Inequality : 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 nicht gleich sind; andernfalls . false

Gilt für: