MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) Operator

Definition

Avgör om två MLKemAlgorithm objekt inte anger samma algoritmnamn.

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

Parametrar

left
MLKemAlgorithm

Ett objekt som anger ett algoritmnamn.

right
MLKemAlgorithm

Ett andra objekt som ska jämföras med det objekt som identifieras av parametern left .

Returer

trueom objekten inte anses vara lika; annars . false

Gäller för